#EECDCB

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

Shades of Vanilla Ice #EECDCB

Tints of Vanilla Ice #EECDCB

Color information

#EECDCB (or 0xEECDCB) is unknown color: approx Vanilla Ice. HEX triplet: EE, CD and CB. RGB value is (238,205,203). Sum of RGB (Red+Green+Blue) = 238+205+203=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDCB is #113234. Grayscale: #D6D6D6. Windows color (decimal): -1126965 or 13356526. OLE color: 13356526.

HSL color Cylindrical-coordinate representation of color #EECDCB: hue angle of 3.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECDCB is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238205203-
CMYK00.140.150.07
HSL3.43º50.72%86.47%-
HSV(B)3.43º14.71%93.33%-
XYZ67.8766.1565.69-
YUV214.64121.43144.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=36.84%
G=31.73%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820520300.140.150.073.4350.7286.47
HexEECDCB0EF733356
Octal356315313016177363126
Binary111011101100110111001011011101111111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDCB; }

 p { color: rgb(238,205,203); }

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

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

 a { background-color: rgb(238,205,203); }

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

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

 span { border-color: rgb(238,205,203); }

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