Html Css Color HEX #EDCDCD Vanilla Ice

📋 copy color: '#EDCDCD'

red 237 ◦ green 205 ◦ blue 205

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

Shades of Vanilla Ice #EDCDCD

Tints of Vanilla Ice #EDCDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.68%

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

R = 36.63%
G = 31.68%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDCDCD (or 0xEDCDCD) is known color: Vanilla Ice. HEX triplet: ED, CD and CD. RGB value is (237,205,205). Sum of RGB (Red+Green+Blue) = 237+205+205=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDCD is #123232. Grayscale: #D6D6D6. Windows color (decimal): -1192499 or 13487597. OLE color: 13487597.

HSL color Cylindrical-coordinate representation of color #EDCDCD: hue angle of 0º 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 #EDCDCD is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 205 -
CMYK 0 0.14 0.14 0.07
HSL 0.47% 0.87% -
HSV(B) 0.14% 0.93% -
XYZ 67.78 66.07 66.94 -
YUV 214.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 237 205 205 0 0.14 0.14 0.07 0 0.47 0.87
Hex ED CD CD 0 E E 7 0 2F 57
Octal 355 315 315 0 16 16 7 0 57 127
Binary 11101101 11001101 11001101 0 1110 1110 111 0 101111 1010111

Color Harmonies of #EDCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDCD

Black with #EDCDCD

Text Example


Text Example

White with #EDCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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