Html Css Color HEX #ECBDD9 Classic Rose

📋 copy color: '#ECBDD9'

red 236 ◦ green 189 ◦ blue 217

#ECBDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #ECBDD9

Tints of Classic Rose #ECBDD9

RGB

 RED value IS 236 (92.58% from 255) = 36.76%

 GREEN value IS 189 (74.22% from 255) = 29.44%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 36.76%
G = 29.44%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECBDD9 (or 0xECBDD9) is known color: Classic Rose. HEX triplet: EC, BD and D9. RGB value is (236,189,217). Sum of RGB (Red+Green+Blue) = 236+189+217=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD9 is #134226. Grayscale: #CECECE. Windows color (decimal): -1262119 or 14269932. OLE color: 14269932.

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

Color convert

RGB 236 189 217 -
CMYK 0 0.20 0.08 0.07
HSL 324.26º 0.55% 0.83% -
HSV(B) 324.26º 0.2% 0.93% -
XYZ 65.31 59.24 73.64 -
YUV 206.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 236 189 217 0 0.20 0.08 0.07 324.26 0.55 0.83
Hex EC BD D9 0 14 8 7 144 37 53
Octal 354 275 331 0 24 10 7 504 67 123
Binary 11101100 10111101 11011001 0 10100 1000 111 101000100 110111 1010011

Color Harmonies of #ECBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDD9

Black with #ECBDD9

Text Example


Text Example

White with #ECBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDD9; }

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

 H1.HeaderClassName
 {
   color: #ECBDD9;
 }
 .AnyTagClassName
 {
   color: #ECBDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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