Html Css Color HEX #EDCECD Vanilla Ice

📋 copy color: '#EDCECD'

red 237 ◦ green 206 ◦ blue 205

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

Shades of Vanilla Ice #EDCECD

Tints of Vanilla Ice #EDCECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.64%

R = 36.57%
G = 31.79%
B = 31.64%

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

#EDCECD (or 0xEDCECD) is known color: Vanilla Ice. HEX triplet: ED, CE and CD. RGB value is (237,206,205). Sum of RGB (Red+Green+Blue) = 237+206+205=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCECD is #123132. Grayscale: #D7D7D7. Windows color (decimal): -1192243 or 13487853. OLE color: 13487853.

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

Color convert

RGB 237 206 205 -
CMYK 0 0.13 0.14 0.07
HSL 1.88º 0.47% 0.87% -
HSV(B) 1.88º 0.14% 0.93% -
XYZ 68.02 66.55 67.02 -
YUV 215.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 237 206 205 0 0.13 0.14 0.07 1.88 0.47 0.87
Hex ED CE CD 0 D E 7 2 2F 57
Octal 355 316 315 0 15 16 7 2 57 127
Binary 11101101 11001110 11001101 0 1101 1110 111 10 101111 1010111

Color Harmonies of #EDCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCECD

Black with #EDCECD

Text Example


Text Example

White with #EDCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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