Html Css Color HEX #EBCECE Vanilla Ice

📋 copy color: '#EBCECE'

red 235 ◦ green 206 ◦ blue 206

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

Shades of Vanilla Ice #EBCECE

Tints of Vanilla Ice #EBCECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.84%

R = 36.32%
G = 31.84%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBCECE (or 0xEBCECE) is known color: Vanilla Ice. HEX triplet: EB, CE and CE. RGB value is (235,206,206). Sum of RGB (Red+Green+Blue) = 235+206+206=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCECE is #143131. Grayscale: #D6D6D6. Windows color (decimal): -1323314 or 13553387. OLE color: 13553387.

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

Color convert

RGB 235 206 206 -
CMYK 0 0.12 0.12 0.08
HSL 0.42% 0.86% -
HSV(B) 0.12% 0.92% -
XYZ 67.47 66.26 67.63 -
YUV 214.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 235 206 206 0 0.12 0.12 0.08 0 0.42 0.86
Hex EB CE CE 0 C C 8 0 2A 56
Octal 353 316 316 0 14 14 10 0 52 126
Binary 11101011 11001110 11001110 0 1100 1100 1000 0 101010 1010110

Color Harmonies of #EBCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCECE

Black with #EBCECE

Text Example


Text Example

White with #EBCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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