#EFC6DB

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

Shades of Classic Rose #EFC6DB

Tints of Classic Rose #EFC6DB

Color information

#EFC6DB (or 0xEFC6DB) is unknown color: approx Classic Rose. HEX triplet: EF, C6 and DB. RGB value is (239,198,219). Sum of RGB (Red+Green+Blue) = 239+198+219=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DB is #103924. Grayscale: #D4D4D4. Windows color (decimal): -1063205 or 14403311. OLE color: 14403311.

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

Color convert

RGB239198219-
CMYK00.170.080.06
HSL329.27º56.16%85.69%-
HSV(B)329.27º17.15%93.73%-
XYZ68.5863.8575.73-
YUV212.65131.58146.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=36.43%
G=30.18%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919821900.170.080.06329.2756.1685.69
HexEFC6DB011861493856
Octal35730633302110651170126
Binary11101111110001101101101101000110001101010010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6DB; }

 p { color: rgb(239,198,219); }

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

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

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

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

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

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

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