#EFC5DC

Color #EFC5DC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EFC5DC

Tints of Classic Rose #EFC5DC

Color information

#EFC5DC (or 0xEFC5DC) is unknown color: approx Classic Rose. HEX triplet: EF, C5 and DC. RGB value is (239,197,220). Sum of RGB (Red+Green+Blue) = 239+197+220=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DC is #103A23. Grayscale: #D4D4D4. Windows color (decimal): -1063460 or 14468591. OLE color: 14468591.

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

Color convert

RGB239197220-
CMYK00.180.080.06
HSL327.14º56.76%85.49%-
HSV(B)327.14º17.57%93.73%-
XYZ68.4863.4576.35-
YUV212.18132.41147.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=36.43%
G=30.03%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919722000.180.080.06327.1456.7685.49
HexEFC5DC012861473955
Octal35730533402210650771125
Binary11101111110001011101110001001010001101010001111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5DC; }

 p { color: rgb(239,197,220); }

 H1.HeaderClassName
 {
   color: #EFC5DC;
 }
 .AnyTagClassName
 {
   color: #EFC5DC;
 }
</style>
background-color css

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

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

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

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

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

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