#ECCAD8

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

Shades of Classic Rose #ECCAD8

Tints of Classic Rose #ECCAD8

Color information

#ECCAD8 (or 0xECCAD8) is unknown color: approx Classic Rose. HEX triplet: EC, CA and D8. RGB value is (236,202,216). Sum of RGB (Red+Green+Blue) = 236+202+216=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD8 is #133527. Grayscale: #D5D5D5. Windows color (decimal): -1258792 or 14207724. OLE color: 14207724.

HSL color Cylindrical-coordinate representation of color #ECCAD8: hue angle of 335.29º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAD8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236202216-
CMYK00.140.080.07
HSL335.29º47.22%85.88%-
HSV(B)335.29º14.41%92.55%-
XYZ68.1165.0373.93-
YUV213.76129.26143.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=36.09%
G=30.89%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620221600.140.080.07335.2947.2285.88
HexECCAD80E8714f2f56
Octal35431233001610751757126
Binary1110110011001010110110000111010001111010011111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAD8; }

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

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

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

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

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

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

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

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