Html Css Color HEX #EDCECB Vanilla Ice

📋 copy color: '#EDCECB'

red 237 ◦ green 206 ◦ blue 203

#EDCECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla Ice #EDCECB

Tints of Vanilla Ice #EDCECB

RGB

 RED value IS 237 (92.97% from 255) = 36.69%

 GREEN value IS 206 (80.86% from 255) = 31.89%

 BLUE value IS 203 (79.69% from 255) = 31.42%

R = 36.69%
G = 31.89%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCECB (or 0xEDCECB) is known color: Vanilla Ice. HEX triplet: ED, CE and CB. RGB value is (237,206,203). Sum of RGB (Red+Green+Blue) = 237+206+203=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECB is #123134. Grayscale: #D6D6D6. Windows color (decimal): -1192245 or 13356781. OLE color: 13356781.

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

Color convert

RGB 237 206 203 -
CMYK 0 0.13 0.14 0.07
HSL 5.29º 0.49% 0.86% -
HSV(B) 5.29º 0.14% 0.93% -
XYZ 67.78 66.46 65.76 -
YUV 214.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 237 206 203 0 0.13 0.14 0.07 5.29 0.49 0.86
Hex ED CE CB 0 D E 7 5 31 56
Octal 355 316 313 0 15 16 7 5 61 126
Binary 11101101 11001110 11001011 0 1101 1110 111 101 110001 1010110

Color Harmonies of #EDCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCECB

Black with #EDCECB

Text Example


Text Example

White with #EDCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCECB; }

 p { color: rgb(237,206,203); }

 H1.HeaderClassName
 {
   color: #EDCECB;
 }
 .AnyTagClassName
 {
   color: #EDCECB;
 }
</style>

background-color css

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

 a { background-color: rgb(237,206,203); }

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

border-color css

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

 span { border-color: rgb(237,206,203); }

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