#EFCCDB

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

Shades of Classic Rose #EFCCDB

Tints of Classic Rose #EFCCDB

Color information

#EFCCDB (or 0xEFCCDB) is unknown color: approx Classic Rose. HEX triplet: EF, CC and DB. RGB value is (239,204,219). Sum of RGB (Red+Green+Blue) = 239+204+219=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDB is #103324. Grayscale: #D8D8D8. Windows color (decimal): -1061669 or 14404847. OLE color: 14404847.

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

Color convert

RGB239204219-
CMYK00.150.080.06
HSL334.29º52.24%86.86%-
HSV(B)334.29º14.64%93.73%-
XYZ69.9866.6576.19-
YUV216.18129.6144.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=36.10%
G=30.82%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920421900.150.080.06334.2952.2486.86
HexEFCCDB0F8614e3457
Octal35731433301710651664127
Binary1110111111001100110110110111110001101010011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCDB; }

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

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

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

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

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

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

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

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