Html Css Color HEX #ECBDD8 Classic Rose

📋 copy color: '#ECBDD8'

red 236 ◦ green 189 ◦ blue 216

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

Shades of Classic Rose #ECBDD8

Tints of Classic Rose #ECBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.7%

R = 36.82%
G = 29.49%
B = 33.7%

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

#ECBDD8 (or 0xECBDD8) is known color: Classic Rose. HEX triplet: EC, BD and D8. RGB value is (236,189,216). Sum of RGB (Red+Green+Blue) = 236+189+216=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDD8 is #134227. Grayscale: #CECECE. Windows color (decimal): -1262120 or 14204396. OLE color: 14204396.

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

Color convert

RGB 236 189 216 -
CMYK 0 0.20 0.08 0.07
HSL 325.53º 0.55% 0.83% -
HSV(B) 325.53º 0.2% 0.93% -
XYZ 65.18 59.19 72.95 -
YUV 206.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 236 189 216 0 0.20 0.08 0.07 325.53 0.55 0.83
Hex EC BD D8 0 14 8 7 146 37 53
Octal 354 275 330 0 24 10 7 506 67 123
Binary 11101100 10111101 11011000 0 10100 1000 111 101000110 110111 1010011

Color Harmonies of #ECBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDD8

Black with #ECBDD8

Text Example


Text Example

White with #ECBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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