#ECDBE6

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

Shades of Classic Rose #ECDBE6

Tints of Classic Rose #ECDBE6

Color information

#ECDBE6 (or 0xECDBE6) is unknown color: approx Classic Rose. HEX triplet: EC, DB and E6. RGB value is (236,219,230). Sum of RGB (Red+Green+Blue) = 236+219+230=685 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.45% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE6 is #132419. Grayscale: #E1E1E1. Windows color (decimal): -1254426 or 15129580. OLE color: 15129580.

HSL color Cylindrical-coordinate representation of color #ECDBE6: hue angle of 321.18º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236219230-
CMYK00.070.030.07
HSL321.18º30.91%89.22%-
HSV(B)321.18º7.2%92.55%-
XYZ74.2174.2185.28-
YUV225.34130.63135.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.45%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=34.45%
G=31.97%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621923000.070.030.07321.1830.9189.22
HexECDBE607371411f59
Octal354333346073750137131
Binary111011001101101111100110011111111101000001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBE6; }

 p { color: rgb(236,219,230); }

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

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

 a { background-color: rgb(236,219,230); }

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

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

 span { border-color: rgb(236,219,230); }

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