#EAD2DD

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

Shades of Prim #EAD2DD

Tints of Prim #EAD2DD

Color information

#EAD2DD (or 0xEAD2DD) is unknown color: approx Prim. HEX triplet: EA, D2 and DD. RGB value is (234,210,221). Sum of RGB (Red+Green+Blue) = 234+210+221=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2DD is #152D22. Grayscale: #DADADA. Windows color (decimal): -1387811 or 14537450. OLE color: 14537450.

HSL color Cylindrical-coordinate representation of color #EAD2DD: hue angle of 332.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2DD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234210221-
CMYK00.100.060.08
HSL332.5º36.36%87.06%-
HSV(B)332.5º10.26%91.76%-
XYZ70.0368.8178-
YUV218.43129.45139.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 210 (82.42% from 255) = 31.58%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=35.19%
G=31.58%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421022100.100.060.08332.536.3687.06
HexEAD2DD0A6814c2457
Octal35232233501261051444127
Binary1110101011010010110111010101011010001010011001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2DD; }

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

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

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

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

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

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

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

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