#EAD6CF

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

Shades of Ebb #EAD6CF

Tints of Ebb #EAD6CF

Color information

#EAD6CF (or 0xEAD6CF) is unknown color: approx Ebb. HEX triplet: EA, D6 and CF. RGB value is (234,214,207). Sum of RGB (Red+Green+Blue) = 234+214+207=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6CF is #152930. Grayscale: #DBDBDB. Windows color (decimal): -1386801 or 13620970. OLE color: 13620970.

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

Color convert

RGB234214207-
CMYK00.090.120.08
HSL15.56º39.13%86.47%-
HSV(B)15.56º11.54%91.76%-
XYZ69.2470.0968.91-
YUV219.18121.13138.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=35.73%
G=32.67%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421420700.090.120.0815.5639.1386.47
HexEAD6CF09C8102756
Octal35232631701114102047126
Binary1110101011010110110011110100111001000100001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6CF; }

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

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

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

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

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

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

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

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