Html Css Color HEX #EFD3CF Vanilla Ice

📋 copy color: '#EFD3CF'

red 239 ◦ green 211 ◦ blue 207

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

Shades of Vanilla Ice #EFD3CF

Tints of Vanilla Ice #EFD3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.12%

 BLUE value IS 207 (81.25% from 255) = 31.51%

R = 36.38%
G = 32.12%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD3CF (or 0xEFD3CF) is known color: Vanilla Ice. HEX triplet: EF, D3 and CF. RGB value is (239,211,207). Sum of RGB (Red+Green+Blue) = 239+211+207=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CF is #102C30. Grayscale: #DADADA. Windows color (decimal): -1059889 or 13620207. OLE color: 13620207.

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

Color convert

RGB 239 211 207 -
CMYK 0 0.12 0.13 0.06
HSL 7.5º 0.5% 0.87% -
HSV(B) 7.5º 0.13% 0.94% -
XYZ 70.15 69.44 68.74 -
YUV 218.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 239 211 207 0 0.12 0.13 0.06 7.5 0.5 0.87
Hex EF D3 CF 0 C D 6 8 32 57
Octal 357 323 317 0 14 15 6 10 62 127
Binary 11101111 11010011 11001111 0 1100 1101 110 1000 110010 1010111

Color Harmonies of #EFD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD3CF

Black with #EFD3CF

Text Example


Text Example

White with #EFD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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