#ECCADA

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

Shades of Classic Rose #ECCADA

Tints of Classic Rose #ECCADA

Color information

#ECCADA (or 0xECCADA) is unknown color: approx Classic Rose. HEX triplet: EC, CA and DA. RGB value is (236,202,218). Sum of RGB (Red+Green+Blue) = 236+202+218=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCADA is #133525. Grayscale: #D5D5D5. Windows color (decimal): -1258790 or 14338796. OLE color: 14338796.

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

Color convert

RGB236202218-
CMYK00.140.080.07
HSL331.76º47.22%85.88%-
HSV(B)331.76º14.41%92.55%-
XYZ68.3765.1475.3-
YUV213.99130.26143.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=35.98%
G=30.79%
B=33.23%

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
Decimal23620221800.140.080.07331.7647.2285.88
HexECCADA0E8714c2f56
Octal35431233201610751457126
Binary1110110011001010110110100111010001111010011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCADA; }

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

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

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

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

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

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

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

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