Html Css Color HEX #EECDCD Vanilla Ice

📋 copy color: '#EECDCD'

red 238 ◦ green 205 ◦ blue 205

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

Shades of Vanilla Ice #EECDCD

Tints of Vanilla Ice #EECDCD

RGB

 RED value IS 238 (93.36% from 255) = 36.73%

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

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

R = 36.73%
G = 31.64%
B = 31.64%

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

#EECDCD (or 0xEECDCD) is known color: Vanilla Ice. HEX triplet: EE, CD and CD. RGB value is (238,205,205). Sum of RGB (Red+Green+Blue) = 238+205+205=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDCD is #113232. Grayscale: #D6D6D6. Windows color (decimal): -1126963 or 13487598. OLE color: 13487598.

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

Color convert

RGB 238 205 205 -
CMYK 0 0.14 0.14 0.07
HSL 0.49% 0.87% -
HSV(B) 0.14% 0.93% -
XYZ 68.11 66.25 66.95 -
YUV 214.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 238 205 205 0 0.14 0.14 0.07 0 0.49 0.87
Hex EE CD CD 0 E E 7 0 31 57
Octal 356 315 315 0 16 16 7 0 61 127
Binary 11101110 11001101 11001101 0 1110 1110 111 0 110001 1010111

Color Harmonies of #EECDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDCD

Black with #EECDCD

Text Example


Text Example

White with #EECDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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