Html Css Color HEX #EBCCCC Vanilla Ice

📋 copy color: '#EBCCCC'

red 235 ◦ green 204 ◦ blue 204

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

Shades of Vanilla Ice #EBCCCC

Tints of Vanilla Ice #EBCCCC

RGB

 RED value IS 235 (92.19% from 255) = 36.55%

 GREEN value IS 204 (80.08% from 255) = 31.73%

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

R = 36.55%
G = 31.73%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBCCCC (or 0xEBCCCC) is known color: Vanilla Ice. HEX triplet: EB, CC and CC. RGB value is (235,204,204). Sum of RGB (Red+Green+Blue) = 235+204+204=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCC is #143333. Grayscale: #D5D5D5. Windows color (decimal): -1323828 or 13421803. OLE color: 13421803.

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

Color convert

RGB 235 204 204 -
CMYK 0 0.13 0.13 0.08
HSL 0.44% 0.86% -
HSV(B) 0.13% 0.92% -
XYZ 66.75 65.21 66.19 -
YUV 213.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 235 204 204 0 0.13 0.13 0.08 0 0.44 0.86
Hex EB CC CC 0 D D 8 0 2C 56
Octal 353 314 314 0 15 15 10 0 54 126
Binary 11101011 11001100 11001100 0 1101 1101 1000 0 101100 1010110

Color Harmonies of #EBCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCCCC

Black with #EBCCCC

Text Example


Text Example

White with #EBCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCCCC; }

 p { color: rgb(235,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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