Html Css Color HEX #ECBDDA Classic Rose

📋 copy color: '#ECBDDA'

red 236 ◦ green 189 ◦ blue 218

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

Shades of Classic Rose #ECBDDA

Tints of Classic Rose #ECBDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 36.7%
G = 29.39%
B = 33.9%

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

#ECBDDA (or 0xECBDDA) is known color: Classic Rose. HEX triplet: EC, BD and DA. RGB value is (236,189,218). Sum of RGB (Red+Green+Blue) = 236+189+218=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDDA is #134225. Grayscale: #CECECE. Windows color (decimal): -1262118 or 14335468. OLE color: 14335468.

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

Color convert

RGB 236 189 218 -
CMYK 0 0.20 0.08 0.07
HSL 322.98º 0.55% 0.83% -
HSV(B) 322.98º 0.2% 0.93% -
XYZ 65.44 59.29 74.32 -
YUV 206.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 236 189 218 0 0.20 0.08 0.07 322.98 0.55 0.83
Hex EC BD DA 0 14 8 7 143 37 53
Octal 354 275 332 0 24 10 7 503 67 123
Binary 11101100 10111101 11011010 0 10100 1000 111 101000011 110111 1010011

Color Harmonies of #ECBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBDDA

Black with #ECBDDA

Text Example


Text Example

White with #ECBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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