#EAD6DD

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

Shades of Prim #EAD6DD

Tints of Prim #EAD6DD

Color information

#EAD6DD (or 0xEAD6DD) is unknown color: approx Prim. HEX triplet: EA, D6 and DD. RGB value is (234,214,221). Sum of RGB (Red+Green+Blue) = 234+214+221=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6DD is #152922. Grayscale: #DCDCDC. Windows color (decimal): -1386787 or 14538474. OLE color: 14538474.

HSL color Cylindrical-coordinate representation of color #EAD6DD: hue angle of 339º 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 #EAD6DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234214221-
CMYK00.090.060.08
HSL339º32.26%87.84%-
HSV(B)339º8.55%91.76%-
XYZ71.0370.8178.33-
YUV220.78128.13137.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=34.98%
G=31.99%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421422100.090.060.0833932.2687.84
HexEAD6DD09681532058
Octal35232633501161052340130
Binary1110101011010110110111010100111010001010100111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6DD; }

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

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

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

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

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

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

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

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