Html Css Color HEX #EFCFCC Vanilla Ice

📋 copy color: '#EFCFCC'

red 239 ◦ green 207 ◦ blue 204

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

Shades of Vanilla Ice #EFCFCC

Tints of Vanilla Ice #EFCFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.85%

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

R = 36.77%
G = 31.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFCFCC (or 0xEFCFCC) is known color: Vanilla Ice. HEX triplet: EF, CF and CC. RGB value is (239,207,204). Sum of RGB (Red+Green+Blue) = 239+207+204=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFCC is #103033. Grayscale: #D8D8D8. Windows color (decimal): -1060916 or 13422575. OLE color: 13422575.

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

Color convert

RGB 239 207 204 -
CMYK 0 0.13 0.15 0.06
HSL 5.14º 0.52% 0.87% -
HSV(B) 5.14º 0.15% 0.94% -
XYZ 68.81 67.34 66.5 -
YUV 216.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 239 207 204 0 0.13 0.15 0.06 5.14 0.52 0.87
Hex EF CF CC 0 D F 6 5 34 57
Octal 357 317 314 0 15 17 6 5 64 127
Binary 11101111 11001111 11001100 0 1101 1111 110 101 110100 1010111

Color Harmonies of #EFCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFCC

Black with #EFCFCC

Text Example


Text Example

White with #EFCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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