#ECBDD4

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

Shades of Classic Rose #ECBDD4

Tints of Classic Rose #ECBDD4

Color information

#ECBDD4 (or 0xECBDD4) is unknown color: approx Classic Rose. HEX triplet: EC, BD and D4. RGB value is (236,189,212). Sum of RGB (Red+Green+Blue) = 236+189+212=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD4 is #13422B. Grayscale: #CDCDCD. Windows color (decimal): -1262124 or 13942252. OLE color: 13942252.

HSL color Cylindrical-coordinate representation of color #ECBDD4: hue angle of 330.64º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBDD4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236189212-
CMYK00.200.100.07
HSL330.64º55.29%83.33%-
HSV(B)330.64º19.92%92.55%-
XYZ64.6758.9870.26-
YUV205.68131.57149.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 212 (83.20% from 255) = 33.28%
R=37.05%
G=29.67%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618921200.200.100.07330.6455.2983.33
HexECBDD4014A714b3753
Octal35427532402412751367123
Binary11101100101111011101010001010010101111010010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBDD4; }

 p { color: rgb(236,189,212); }

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

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

 a { background-color: rgb(236,189,212); }

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

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

 span { border-color: rgb(236,189,212); }

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