#EFCADC

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

Shades of Classic Rose #EFCADC

Tints of Classic Rose #EFCADC

Color information

#EFCADC (or 0xEFCADC) is unknown color: approx Classic Rose. HEX triplet: EF, CA and DC. RGB value is (239,202,220). Sum of RGB (Red+Green+Blue) = 239+202+220=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADC is #103523. Grayscale: #D7D7D7. Windows color (decimal): -1062180 or 14469871. OLE color: 14469871.

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

Color convert

RGB239202220-
CMYK00.150.080.06
HSL330.81º53.62%86.47%-
HSV(B)330.81º15.48%93.73%-
XYZ69.6465.7676.73-
YUV215.12130.76145.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=36.16%
G=30.56%
B=33.28%

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
Decimal23920222000.150.080.06330.8153.6286.47
HexEFCADC0F8614b3656
Octal35731233401710651366126
Binary1110111111001010110111000111110001101010010111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCADC; }

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

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

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

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

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

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

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

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