Html Css Color HEX #EDCAC9 Vanilla Ice

📋 copy color: '#EDCAC9'

red 237 ◦ green 202 ◦ blue 201

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

Shades of Vanilla Ice #EDCAC9

Tints of Vanilla Ice #EDCAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.56%

 BLUE value IS 201 (78.91% from 255) = 31.41%

R = 37.03%
G = 31.56%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDCAC9 (or 0xEDCAC9) is known color: Vanilla Ice. HEX triplet: ED, CA and C9. RGB value is (237,202,201). Sum of RGB (Red+Green+Blue) = 237+202+201=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC9 is #123536. Grayscale: #D4D4D4. Windows color (decimal): -1193271 or 13224685. OLE color: 13224685.

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

Color convert

RGB 237 202 201 -
CMYK 0 0.15 0.15 0.07
HSL 1.67º 0.5% 0.86% -
HSV(B) 1.67º 0.15% 0.93% -
XYZ 66.59 64.46 64.19 -
YUV 212.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 237 202 201 0 0.15 0.15 0.07 1.67 0.5 0.86
Hex ED CA C9 0 F F 7 2 32 56
Octal 355 312 311 0 17 17 7 2 62 126
Binary 11101101 11001010 11001001 0 1111 1111 111 10 110010 1010110

Color Harmonies of #EDCAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAC9

Black with #EDCAC9

Text Example


Text Example

White with #EDCAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAC9; }

 p { color: rgb(237,202,201); }

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

background-color css

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

 a { background-color: rgb(237,202,201); }

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

border-color css

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

 span { border-color: rgb(237,202,201); }

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