Html Css Color HEX #EFCCCA Vanilla Ice

📋 copy color: '#EFCCCA'

red 239 ◦ green 204 ◦ blue 202

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

Shades of Vanilla Ice #EFCCCA

Tints of Vanilla Ice #EFCCCA

RGB

 RED value IS 239 (93.75% from 255) = 37.05%

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

 BLUE value IS 202 (79.3% from 255) = 31.32%

R = 37.05%
G = 31.63%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFCCCA (or 0xEFCCCA) is known color: Vanilla Ice. HEX triplet: EF, CC and CA. RGB value is (239,204,202). Sum of RGB (Red+Green+Blue) = 239+204+202=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCA is #103335. Grayscale: #D6D6D6. Windows color (decimal): -1061686 or 13290735. OLE color: 13290735.

HSL color Cylindrical-coordinate representation of color #EFCCCA: hue angle of 3.24º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCCA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 202 -
CMYK 0 0.15 0.15 0.06
HSL 3.24º 0.54% 0.86% -
HSV(B) 3.24º 0.15% 0.94% -
XYZ 67.85 65.8 65 -
YUV 214.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 239 204 202 0 0.15 0.15 0.06 3.24 0.54 0.86
Hex EF CC CA 0 F F 6 3 36 56
Octal 357 314 312 0 17 17 6 3 66 126
Binary 11101111 11001100 11001010 0 1111 1111 110 11 110110 1010110

Color Harmonies of #EFCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCCA

Black with #EFCCCA

Text Example


Text Example

White with #EFCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCCA; }

 p { color: rgb(239,204,202); }

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

background-color css

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

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

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

border-color css

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

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

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