Html Css Color HEX #ECBDD2 Classic Rose

📋 copy color: '#ECBDD2'

red 236 ◦ green 189 ◦ blue 210

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

Shades of Classic Rose #ECBDD2

Tints of Classic Rose #ECBDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.07%

R = 37.17%
G = 29.76%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ECBDD2 (or 0xECBDD2) is known color: Classic Rose. HEX triplet: EC, BD and D2. RGB value is (236,189,210). Sum of RGB (Red+Green+Blue) = 236+189+210=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD2 is #13422D. Grayscale: #CDCDCD. Windows color (decimal): -1262126 or 13811180. OLE color: 13811180.

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

Color convert

RGB 236 189 210 -
CMYK 0 0.20 0.11 0.07
HSL 333.19º 0.55% 0.83% -
HSV(B) 333.19º 0.2% 0.93% -
XYZ 64.42 58.88 68.94 -
YUV 205.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 236 189 210 0 0.20 0.11 0.07 333.19 0.55 0.83
Hex EC BD D2 0 14 B 7 14D 37 53
Octal 354 275 322 0 24 13 7 515 67 123
Binary 11101100 10111101 11010010 0 10100 1011 111 101001101 110111 1010011

Color Harmonies of #ECBDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDD2

Black with #ECBDD2

Text Example


Text Example

White with #ECBDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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