#EAD9DF

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

Shades of Prim #EAD9DF

Tints of Prim #EAD9DF

Color information

#EAD9DF (or 0xEAD9DF) is unknown color: approx Prim. HEX triplet: EA, D9 and DF. RGB value is (234,217,223). Sum of RGB (Red+Green+Blue) = 234+217+223=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9DF is #152620. Grayscale: #DEDEDE. Windows color (decimal): -1386017 or 14670314. OLE color: 14670314.

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

Color convert

RGB234217223-
CMYK00.070.050.08
HSL338.82º28.81%88.43%-
HSV(B)338.82º7.26%91.76%-
XYZ72.0672.4580-
YUV222.77128.13136.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=34.72%
G=32.20%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421722300.070.050.08338.8228.8188.43
HexEAD9DF07581531d58
Octal3523313370751052335130
Binary11101010110110011101111101111011000101010011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9DF; }

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

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

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

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

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

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

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

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