Html Css Color HEX #EDD0CF Vanilla Ice

📋 copy color: '#EDD0CF'

red 237 ◦ green 208 ◦ blue 207

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

Shades of Vanilla Ice #EDD0CF

Tints of Vanilla Ice #EDD0CF

RGB

 RED value IS 237 (92.97% from 255) = 36.35%

 GREEN value IS 208 (81.64% from 255) = 31.9%

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

R = 36.35%
G = 31.9%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD0CF (or 0xEDD0CF) is known color: Vanilla Ice. HEX triplet: ED, D0 and CF. RGB value is (237,208,207). Sum of RGB (Red+Green+Blue) = 237+208+207=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CF is #122F30. Grayscale: #D8D8D8. Windows color (decimal): -1191729 or 13619437. OLE color: 13619437.

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

Color convert

RGB 237 208 207 -
CMYK 0 0.12 0.13 0.07
HSL 0.45% 0.87% -
HSV(B) 0.13% 0.93% -
XYZ 68.74 67.62 68.46 -
YUV 216.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 237 208 207 0 0.12 0.13 0.07 2 0.45 0.87
Hex ED D0 CF 0 C D 7 2 2D 57
Octal 355 320 317 0 14 15 7 2 55 127
Binary 11101101 11010000 11001111 0 1100 1101 111 10 101101 1010111

Color Harmonies of #EDD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0CF

Black with #EDD0CF

Text Example


Text Example

White with #EDD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0CF; }

 p { color: rgb(237,208,207); }

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

background-color css

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

 a { background-color: rgb(237,208,207); }

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

border-color css

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

 span { border-color: rgb(237,208,207); }

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