Html Css Color HEX #EDCFCD Vanilla Ice

📋 copy color: '#EDCFCD'

red 237 ◦ green 207 ◦ blue 205

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

Shades of Vanilla Ice #EDCFCD

Tints of Vanilla Ice #EDCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.59%

R = 36.52%
G = 31.9%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCFCD (or 0xEDCFCD) is known color: Vanilla Ice. HEX triplet: ED, CF and CD. RGB value is (237,207,205). Sum of RGB (Red+Green+Blue) = 237+207+205=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFCD is #123032. Grayscale: #D7D7D7. Windows color (decimal): -1191987 or 13488109. OLE color: 13488109.

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

Color convert

RGB 237 207 205 -
CMYK 0 0.13 0.14 0.07
HSL 3.75º 0.47% 0.87% -
HSV(B) 3.75º 0.14% 0.93% -
XYZ 68.26 67.04 67.1 -
YUV 215.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 237 207 205 0 0.13 0.14 0.07 3.75 0.47 0.87
Hex ED CF CD 0 D E 7 4 2F 57
Octal 355 317 315 0 15 16 7 4 57 127
Binary 11101101 11001111 11001101 0 1101 1110 111 100 101111 1010111

Color Harmonies of #EDCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFCD

Black with #EDCFCD

Text Example


Text Example

White with #EDCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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