Html Css Color HEX #EDCECE Vanilla Ice

📋 copy color: '#EDCECE'

red 237 ◦ green 206 ◦ blue 206

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

Shades of Vanilla Ice #EDCECE

Tints of Vanilla Ice #EDCECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 36.52%
G = 31.74%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDCECE (or 0xEDCECE) is known color: Vanilla Ice. HEX triplet: ED, CE and CE. RGB value is (237,206,206). Sum of RGB (Red+Green+Blue) = 237+206+206=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECE is #123131. Grayscale: #D7D7D7. Windows color (decimal): -1192242 or 13553389. OLE color: 13553389.

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

Color convert

RGB 237 206 206 -
CMYK 0 0.13 0.13 0.07
HSL 0.46% 0.87% -
HSV(B) 0.13% 0.93% -
XYZ 68.14 66.6 67.66 -
YUV 215.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 237 206 206 0 0.13 0.13 0.07 0 0.46 0.87
Hex ED CE CE 0 D D 7 0 2E 57
Octal 355 316 316 0 15 15 7 0 56 127
Binary 11101101 11001110 11001110 0 1101 1101 111 0 101110 1010111

Color Harmonies of #EDCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCECE

Black with #EDCECE

Text Example


Text Example

White with #EDCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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