Html Css Color HEX #ECD6D6 Vanilla Ice

📋 copy color: '#ECD6D6'

red 236 ◦ green 214 ◦ blue 214

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

Shades of Vanilla Ice #ECD6D6

Tints of Vanilla Ice #ECD6D6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.23%

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 35.54%
G = 32.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECD6D6 (or 0xECD6D6) is known color: Vanilla Ice. HEX triplet: EC, D6 and D6. RGB value is (236,214,214). Sum of RGB (Red+Green+Blue) = 236+214+214=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6D6 is #132929. Grayscale: #DCDCDC. Windows color (decimal): -1255722 or 14079724. OLE color: 14079724.

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

Color convert

RGB 236 214 214 -
CMYK 0 0.09 0.09 0.07
HSL 0.37% 0.88% -
HSV(B) 0.09% 0.93% -
XYZ 70.78 70.78 73.55 -
YUV 220.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 236 214 214 0 0.09 0.09 0.07 0 0.37 0.88
Hex EC D6 D6 0 9 9 7 0 25 58
Octal 354 326 326 0 11 11 7 0 45 130
Binary 11101100 11010110 11010110 0 1001 1001 111 0 100101 1011000

Color Harmonies of #ECD6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6D6

Black with #ECD6D6

Text Example


Text Example

White with #ECD6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6D6; }

 p { color: rgb(236,214,214); }

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

background-color css

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

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

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

border-color css

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

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

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