#EAD8DF

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

Shades of Prim #EAD8DF

Tints of Prim #EAD8DF

Color information

#EAD8DF (or 0xEAD8DF) is unknown color: approx Prim. HEX triplet: EA, D8 and DF. RGB value is (234,216,223). Sum of RGB (Red+Green+Blue) = 234+216+223=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8DF is #152720. Grayscale: #DEDEDE. Windows color (decimal): -1386273 or 14670058. OLE color: 14670058.

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

Color convert

RGB234216223-
CMYK00.080.050.08
HSL336.67º30%88.24%-
HSV(B)336.67º7.69%91.76%-
XYZ71.8171.9379.91-
YUV222.18128.46136.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=34.77%
G=32.10%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421622300.080.050.08336.673088.24
HexEAD8DF08581511e58
Octal35233033701051052136130
Binary111010101101100011011111010001011000101010001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8DF; }

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

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

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

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

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

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

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

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