#EFCAD8

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

Shades of Classic Rose #EFCAD8

Tints of Classic Rose #EFCAD8

Color information

#EFCAD8 (or 0xEFCAD8) is unknown color: approx Classic Rose. HEX triplet: EF, CA and D8. RGB value is (239,202,216). Sum of RGB (Red+Green+Blue) = 239+202+216=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAD8 is #103527. Grayscale: #D6D6D6. Windows color (decimal): -1062184 or 14207727. OLE color: 14207727.

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

Color convert

RGB239202216-
CMYK00.150.100.06
HSL337.3º53.62%86.47%-
HSV(B)337.3º15.48%93.73%-
XYZ69.1165.5573.98-
YUV214.66128.76145.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=36.38%
G=30.75%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920221600.150.100.06337.353.6286.47
HexEFCAD80FA61513656
Octal35731233001712652166126
Binary1110111111001010110110000111110101101010100011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAD8; }

 p { color: rgb(239,202,216); }

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

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

 a { background-color: rgb(239,202,216); }

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

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

 span { border-color: rgb(239,202,216); }

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