Color Hex Logo

#ffdcff Color Hex

#FFDCFF
(255,220,255)
2 Favorites   0 Comments

Color spaces of #ffdcff

RGB 255220255
HSL0.831.000.93
HSV300°14°100°
CMYK 0.000.140.00   0.00
XYZ84.883279.6664105.5111
Yxy79.66640.31430.2950
Hunter Lab89.256013.5569-7.6085
CIE-Lab91.535017.9888-12.5087

#ffdcff color RGB value is (255,220,255).

#ffdcff hex color red value is 255, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ffdcff hue: 0.83 , saturation: 1.00 and the lightness value of ffdcff is 0.93.

The process color (four color CMYK) of #ffdcff color hex is 0.00, 0.14, 0.00, 0.00. Web safe color of #ffdcff is #ffccff. Color #ffdcff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 11111111
Octal 377 334 377
Decimal 255 220 255
Hex FF DC FF

RGB Percentages of Color #ffdcff

%34.93
%30.14
%34.93

CMYK Percentages of Color #ffdcff

%0
%14
%0
%0

Triadic Colors of #ffdcff

#ffdcff #ffffdc #dcffff

Analogous Colors of #ffdcff

#ffdcff #ffdcee #eedcff

Monochromatic Colors of #ffdcff

#ffdcff

Complementary Color

#ffdcff #dcffdc

#ffdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdcff Color CSS Codes

.mybgcolor {background-color:#ffdcff; } 
.myforecolor {color:#ffdcff; }
.mybordercolor {border:3px solid #ffdcff; }

#ffdcff Text Font Color

<p style="color:#ffdcff">Text here</p>

This sample text font color is #ffdcff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffdcff Background Color

<div style="background-color:#ffdcff">
Div content here</div>

This div background color is #ffdcff


#ffdcff Border Color

<div style="border:3px solid #ffdcff">
Div here</div>

This div border color is #ffdcff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,220,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffdcff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffdcff;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdcff;
  box-shadow:         1px 1px 3px 2px #ffdcff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffdcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdcff;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdcff;
  box-shadow:         1px 1px 3px 2px #ffdcff;">
Div content here</div>

This div box has shadow with color #ffdcff

Related Colors

#ffdcff Color Palettes


Comments

No comments written yet.

Please login to write comment.