#EFCADF

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

Shades of Classic Rose #EFCADF

Tints of Classic Rose #EFCADF

Color information

#EFCADF (or 0xEFCADF) is unknown color: approx Classic Rose. HEX triplet: EF, CA and DF. RGB value is (239,202,223). Sum of RGB (Red+Green+Blue) = 239+202+223=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADF is #103520. Grayscale: #D7D7D7. Windows color (decimal): -1062177 or 14666479. OLE color: 14666479.

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

Color convert

RGB239202223-
CMYK00.150.070.06
HSL325.95º53.62%86.47%-
HSV(B)325.95º15.48%93.73%-
XYZ70.0465.9278.84-
YUV215.46132.26144.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=35.99%
G=30.42%
B=33.58%

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
Decimal23920222300.150.070.06325.9553.6286.47
HexEFCADF0F761463656
Octal3573123370177650666126
Binary111011111100101011011111011111111101010001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCADF; }

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

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

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

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

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

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

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

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