#EACCCB

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

Shades of Vanilla Ice #EACCCB

Tints of Vanilla Ice #EACCCB

Color information

#EACCCB (or 0xEACCCB) is unknown color: approx Vanilla Ice. HEX triplet: EA, CC and CB. RGB value is (234,204,203). Sum of RGB (Red+Green+Blue) = 234+204+203=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCB is #153334. Grayscale: #D4D4D4. Windows color (decimal): -1389365 or 13356266. OLE color: 13356266.

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

Color convert

RGB234204203-
CMYK00.130.130.08
HSL1.94º42.47%85.69%-
HSV(B)1.94º13.25%91.76%-
XYZ66.364.9965.55-
YUV212.86122.44143.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 204 (80.08% from 255) = 31.83%
BLUE value IS 203 (79.69% from 255) = 31.67%
R=36.51%
G=31.83%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420420300.130.130.081.9442.4785.69
HexEACCCB0DD822a56
Octal3523143130151510252126
Binary1110101011001100110010110110111011000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCCB; }

 p { color: rgb(234,204,203); }

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

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

 a { background-color: rgb(234,204,203); }

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

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

 span { border-color: rgb(234,204,203); }

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