#EFCCDC

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

Shades of Classic Rose #EFCCDC

Tints of Classic Rose #EFCCDC

Color information

#EFCCDC (or 0xEFCCDC) is unknown color: approx Classic Rose. HEX triplet: EF, CC and DC. RGB value is (239,204,220). Sum of RGB (Red+Green+Blue) = 239+204+220=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDC is #103323. Grayscale: #D8D8D8. Windows color (decimal): -1061668 or 14470383. OLE color: 14470383.

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

Color convert

RGB239204220-
CMYK00.150.080.06
HSL332.57º52.24%86.86%-
HSV(B)332.57º14.64%93.73%-
XYZ70.1166.776.89-
YUV216.29130.1144.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=36.05%
G=30.77%
B=33.18%

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
Decimal23920422000.150.080.06332.5752.2486.86
HexEFCCDC0F8614d3457
Octal35731433401710651564127
Binary1110111111001100110111000111110001101010011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCDC; }

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

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

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

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

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

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

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

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