#EAD4DB

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

Shades of Prim #EAD4DB

Tints of Prim #EAD4DB

Color information

#EAD4DB (or 0xEAD4DB) is unknown color: approx Prim. HEX triplet: EA, D4 and DB. RGB value is (234,212,219). Sum of RGB (Red+Green+Blue) = 234+212+219=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4DB is #152B24. Grayscale: #DBDBDB. Windows color (decimal): -1387301 or 14406890. OLE color: 14406890.

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

Color convert

RGB234212219-
CMYK00.090.060.08
HSL340.91º34.38%87.45%-
HSV(B)340.91º9.4%91.76%-
XYZ70.2669.6976.77-
YUV219.38127.79138.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 212 (83.20% from 255) = 31.88%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=35.19%
G=31.88%
B=32.93%

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
Decimal23421221900.090.060.08340.9134.3887.45
HexEAD4DB09681552257
Octal35232433301161052542127
Binary1110101011010100110110110100111010001010101011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4DB; }

 p { color: rgb(234,212,219); }

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

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

 a { background-color: rgb(234,212,219); }

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

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

 span { border-color: rgb(234,212,219); }

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