Html Css Color HEX #EFCDCD Vanilla Ice

📋 copy color: '#EFCDCD'

red 239 ◦ green 205 ◦ blue 205

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

Shades of Vanilla Ice #EFCDCD

Tints of Vanilla Ice #EFCDCD

RGB

 RED value IS 239 (93.75% from 255) = 36.83%

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

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

R = 36.83%
G = 31.59%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFCDCD (or 0xEFCDCD) is known color: Vanilla Ice. HEX triplet: EF, CD and CD. RGB value is (239,205,205). Sum of RGB (Red+Green+Blue) = 239+205+205=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDCD is #103232. Grayscale: #D7D7D7. Windows color (decimal): -1061427 or 13487599. OLE color: 13487599.

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

Color convert

RGB 239 205 205 -
CMYK 0 0.14 0.14 0.06
HSL 0.52% 0.87% -
HSV(B) 0.14% 0.94% -
XYZ 68.45 66.42 66.97 -
YUV 215.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 239 205 205 0 0.14 0.14 0.06 0 0.52 0.87
Hex EF CD CD 0 E E 6 0 34 57
Octal 357 315 315 0 16 16 6 0 64 127
Binary 11101111 11001101 11001101 0 1110 1110 110 0 110100 1010111

Color Harmonies of #EFCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDCD

Black with #EFCDCD

Text Example


Text Example

White with #EFCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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