Html Css Color HEX #EDCDCC Vanilla Ice

📋 copy color: '#EDCDCC'

red 237 ◦ green 205 ◦ blue 204

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

Shades of Vanilla Ice #EDCDCC

Tints of Vanilla Ice #EDCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.73%

 BLUE value IS 204 (80.08% from 255) = 31.58%

R = 36.69%
G = 31.73%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCDCC (or 0xEDCDCC) is known color: Vanilla Ice. HEX triplet: ED, CD and CC. RGB value is (237,205,204). Sum of RGB (Red+Green+Blue) = 237+205+204=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCC is #123233. Grayscale: #D6D6D6. Windows color (decimal): -1192500 or 13422061. OLE color: 13422061.

HSL color Cylindrical-coordinate representation of color #EDCDCC: hue angle of 1.82º degrees, saturation: 0.48, 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 #EDCDCC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 204 -
CMYK 0 0.14 0.14 0.07
HSL 1.82º 0.48% 0.86% -
HSV(B) 1.82º 0.14% 0.93% -
XYZ 67.66 66.03 66.31 -
YUV 214.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 237 205 204 0 0.14 0.14 0.07 1.82 0.48 0.86
Hex ED CD CC 0 E E 7 2 30 56
Octal 355 315 314 0 16 16 7 2 60 126
Binary 11101101 11001101 11001100 0 1110 1110 111 10 110000 1010110

Color Harmonies of #EDCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDCC

Black with #EDCDCC

Text Example


Text Example

White with #EDCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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