Html Css Color HEX #EDCAC8 Vanilla Ice

📋 copy color: '#EDCAC8'

red 237 ◦ green 202 ◦ blue 200

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

Shades of Vanilla Ice #EDCAC8

Tints of Vanilla Ice #EDCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.3%

R = 37.09%
G = 31.61%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDCAC8 (or 0xEDCAC8) is known color: Vanilla Ice. HEX triplet: ED, CA and C8. RGB value is (237,202,200). Sum of RGB (Red+Green+Blue) = 237+202+200=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC8 is #123537. Grayscale: #D4D4D4. Windows color (decimal): -1193272 or 13159149. OLE color: 13159149.

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

Color convert

RGB 237 202 200 -
CMYK 0 0.15 0.16 0.07
HSL 3.24º 0.51% 0.86% -
HSV(B) 3.24º 0.16% 0.93% -
XYZ 66.47 64.42 63.57 -
YUV 212.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 237 202 200 0 0.15 0.16 0.07 3.24 0.51 0.86
Hex ED CA C8 0 F 10 7 3 33 56
Octal 355 312 310 0 17 20 7 3 63 126
Binary 11101101 11001010 11001000 0 1111 10000 111 11 110011 1010110

Color Harmonies of #EDCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAC8

Black with #EDCAC8

Text Example


Text Example

White with #EDCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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