Html Css Color HEX #ECBCDA Classic Rose

📋 copy color: '#ECBCDA'

red 236 ◦ green 188 ◦ blue 218

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

Shades of Classic Rose #ECBCDA

Tints of Classic Rose #ECBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.28%

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

R = 36.76%
G = 29.28%
B = 33.96%

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

#ECBCDA (or 0xECBCDA) is known color: Classic Rose. HEX triplet: EC, BC and DA. RGB value is (236,188,218). Sum of RGB (Red+Green+Blue) = 236+188+218=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCDA is #134325. Grayscale: #CDCDCD. Windows color (decimal): -1262374 or 14335212. OLE color: 14335212.

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

Color convert

RGB 236 188 218 -
CMYK 0 0.20 0.08 0.07
HSL 322.5º 0.56% 0.83% -
HSV(B) 322.5º 0.2% 0.93% -
XYZ 65.23 58.86 74.25 -
YUV 205.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 236 188 218 0 0.20 0.08 0.07 322.5 0.56 0.83
Hex EC BC DA 0 14 8 7 142 38 53
Octal 354 274 332 0 24 10 7 502 70 123
Binary 11101100 10111100 11011010 0 10100 1000 111 101000010 111000 1010011

Color Harmonies of #ECBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCDA

Black with #ECBCDA

Text Example


Text Example

White with #ECBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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