Html Css Color HEX #ECD0CC Vanilla Ice

📋 copy color: '#ECD0CC'

red 236 ◦ green 208 ◦ blue 204

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

Shades of Vanilla Ice #ECD0CC

Tints of Vanilla Ice #ECD0CC

RGB

 RED value IS 236 (92.58% from 255) = 36.42%

 GREEN value IS 208 (81.64% from 255) = 32.1%

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

R = 36.42%
G = 32.1%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECD0CC (or 0xECD0CC) is known color: Vanilla Ice. HEX triplet: EC, D0 and CC. RGB value is (236,208,204). Sum of RGB (Red+Green+Blue) = 236+208+204=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0CC is #132F33. Grayscale: #D7D7D7. Windows color (decimal): -1257268 or 13422828. OLE color: 13422828.

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

Color convert

RGB 236 208 204 -
CMYK 0 0.12 0.14 0.07
HSL 7.5º 0.46% 0.86% -
HSV(B) 7.5º 0.14% 0.93% -
XYZ 68.05 67.3 66.53 -
YUV 215.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 236 208 204 0 0.12 0.14 0.07 7.5 0.46 0.86
Hex EC D0 CC 0 C E 7 8 2E 56
Octal 354 320 314 0 14 16 7 10 56 126
Binary 11101100 11010000 11001100 0 1100 1110 111 1000 101110 1010110

Color Harmonies of #ECD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0CC

Black with #ECD0CC

Text Example


Text Example

White with #ECD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0CC; }

 p { color: rgb(236,208,204); }

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

background-color css

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

 a { background-color: rgb(236,208,204); }

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

border-color css

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

 span { border-color: rgb(236,208,204); }

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