#ECCFDD

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

Shades of Classic Rose #ECCFDD

Tints of Classic Rose #ECCFDD

Color information

#ECCFDD (or 0xECCFDD) is unknown color: approx Classic Rose. HEX triplet: EC, CF and DD. RGB value is (236,207,221). Sum of RGB (Red+Green+Blue) = 236+207+221=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFDD is #133022. Grayscale: #D9D9D9. Windows color (decimal): -1257507 or 14536684. OLE color: 14536684.

HSL color Cylindrical-coordinate representation of color #ECCFDD: hue angle of 331.03º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB236207221-
CMYK00.120.060.07
HSL331.03º43.28%86.86%-
HSV(B)331.03º12.29%92.55%-
XYZ69.9667.6877.78-
YUV217.27130.11141.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 221 (86.72% from 255) = 33.28%
R=35.54%
G=31.17%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620722100.120.060.07331.0343.2886.86
HexECCFDD0C6714b2b57
Octal3543173350146751353127
Binary111011001100111111011101011001101111010010111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFDD; }

 p { color: rgb(236,207,221); }

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

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

 a { background-color: rgb(236,207,221); }

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

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

 span { border-color: rgb(236,207,221); }

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