#EFCCDF

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

Shades of Classic Rose #EFCCDF

Tints of Classic Rose #EFCCDF

Color information

#EFCCDF (or 0xEFCCDF) is unknown color: approx Classic Rose. HEX triplet: EF, CC and DF. RGB value is (239,204,223). Sum of RGB (Red+Green+Blue) = 239+204+223=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDF is #103320. Grayscale: #D8D8D8. Windows color (decimal): -1061665 or 14666991. OLE color: 14666991.

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

Color convert

RGB239204223-
CMYK00.150.070.06
HSL327.43º52.24%86.86%-
HSV(B)327.43º14.64%93.73%-
XYZ70.5166.8679-
YUV216.63131.6143.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 223 (87.5% from 255) = 33.48%
R=35.89%
G=30.63%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920422300.150.070.06327.4352.2486.86
HexEFCCDF0F761473457
Octal3573143370177650764127
Binary111011111100110011011111011111111101010001111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCDF; }

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

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

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

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

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

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

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

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