#EAD6DF

Color #EAD6DF Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #EAD6DF

Tints of Prim #EAD6DF

Color information

#EAD6DF (or 0xEAD6DF) is unknown color: approx Prim. HEX triplet: EA, D6 and DF. RGB value is (234,214,223). Sum of RGB (Red+Green+Blue) = 234+214+223=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6DF is #152920. Grayscale: #DCDCDC. Windows color (decimal): -1386785 or 14669546. OLE color: 14669546.

HSL color Cylindrical-coordinate representation of color #EAD6DF: hue angle of 333º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD6DF is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234214223-
CMYK00.090.050.08
HSL333º32.26%87.84%-
HSV(B)333º8.55%91.76%-
XYZ71.370.9179.74-
YUV221.01129.13137.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 223 (87.5% from 255) = 33.23%
R=34.87%
G=31.89%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421422300.090.050.0833332.2687.84
HexEAD6DF095814d2058
Octal35232633701151051540130
Binary1110101011010110110111110100110110001010011011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6DF; }

 p { color: rgb(234,214,223); }

 H1.HeaderClassName
 {
   color: #EAD6DF;
 }
 .AnyTagClassName
 {
   color: #EAD6DF;
 }
</style>
background-color css

<style>
 a { background-color: #EAD6DF; }

 a { background-color: rgb(234,214,223); }

 div.DivClassName
 {
   background-color: #EAD6DF;
 }
 .BgClassName
 {
   background-color: #EAD6DF;
 }
</style>
border-color css

<style>
 span { border-color: #EAD6DF; }

 span { border-color: rgb(234,214,223); }

 td.TdClassName
 {
   border-color: #EAD6DF;
 }
 .TagClassName
 {
   border-color: #EAD6DF;
 }
</style>