#EFCADD

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

Shades of Classic Rose #EFCADD

Tints of Classic Rose #EFCADD

Color information

#EFCADD (or 0xEFCADD) is unknown color: approx Classic Rose. HEX triplet: EF, CA and DD. RGB value is (239,202,221). Sum of RGB (Red+Green+Blue) = 239+202+221=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADD is #103522. Grayscale: #D7D7D7. Windows color (decimal): -1062179 or 14535407. OLE color: 14535407.

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

Color convert

RGB239202221-
CMYK00.150.080.06
HSL329.19º53.62%86.47%-
HSV(B)329.19º15.48%93.73%-
XYZ69.7765.8177.43-
YUV215.23131.26144.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=36.10%
G=30.51%
B=33.38%

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
Decimal23920222100.150.080.06329.1953.6286.47
HexEFCADD0F861493656
Octal35731233501710651166126
Binary1110111111001010110111010111110001101010010011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCADD; }

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

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

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

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

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

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

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

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