#EFC5DB

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

Shades of Classic Rose #EFC5DB

Tints of Classic Rose #EFC5DB

Color information

#EFC5DB (or 0xEFC5DB) is unknown color: approx Classic Rose. HEX triplet: EF, C5 and DB. RGB value is (239,197,219). Sum of RGB (Red+Green+Blue) = 239+197+219=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5DB is #103A24. Grayscale: #D4D4D4. Windows color (decimal): -1063461 or 14403055. OLE color: 14403055.

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

Color convert

RGB239197219-
CMYK00.180.080.06
HSL328.57º56.76%85.49%-
HSV(B)328.57º17.57%93.73%-
XYZ68.3563.475.65-
YUV212.07131.91147.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=36.49%
G=30.08%
B=33.44%

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
Decimal23919721900.180.080.06328.5756.7685.49
HexEFC5DB012861493955
Octal35730533302210651171125
Binary11101111110001011101101101001010001101010010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC5DB; }

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

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

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

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

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

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

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

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