#EAD1DC

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

Shades of Prim #EAD1DC

Tints of Prim #EAD1DC

Color information

#EAD1DC (or 0xEAD1DC) is unknown color: approx Prim. HEX triplet: EA, D1 and DC. RGB value is (234,209,220). Sum of RGB (Red+Green+Blue) = 234+209+220=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1DC is #152E23. Grayscale: #D9D9D9. Windows color (decimal): -1388068 or 14471658. OLE color: 14471658.

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

Color convert

RGB234209220-
CMYK00.110.060.08
HSL333.6º37.31%86.86%-
HSV(B)333.6º10.68%91.76%-
XYZ69.6568.2677.21-
YUV217.73129.28139.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 209 (82.03% from 255) = 31.52%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=35.29%
G=31.52%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420922000.110.060.08333.637.3186.86
HexEAD1DC0B6814e2557
Octal35232133401361051645127
Binary1110101011010001110111000101111010001010011101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1DC; }

 p { color: rgb(234,209,220); }

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

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

 a { background-color: rgb(234,209,220); }

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

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

 span { border-color: rgb(234,209,220); }

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