Html Css Color HEX #ECCBCC Azalea

📋 copy color: '#ECCBCC'

red 236 ◦ green 203 ◦ blue 204

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

Shades of Azalea #ECCBCC

Tints of Azalea #ECCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.57%

 BLUE value IS 204 (80.08% from 255) = 31.73%

R = 36.7%
G = 31.57%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECCBCC (or 0xECCBCC) is known color: Azalea. HEX triplet: EC, CB and CC. RGB value is (236,203,204). Sum of RGB (Red+Green+Blue) = 236+203+204=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBCC is #133433. Grayscale: #D5D5D5. Windows color (decimal): -1258548 or 13421548. OLE color: 13421548.

HSL color Cylindrical-coordinate representation of color #ECCBCC: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBCC is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 203 204 -
CMYK 0 0.14 0.14 0.07
HSL 358.18º 0.46% 0.86% -
HSV(B) 358.18º 0.14% 0.93% -
XYZ 66.85 64.9 66.13 -
YUV 212.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 236 203 204 0 0.14 0.14 0.07 358.18 0.46 0.86
Hex EC CB CC 0 E E 7 166 2E 56
Octal 354 313 314 0 16 16 7 546 56 126
Binary 11101100 11001011 11001100 0 1110 1110 111 101100110 101110 1010110

Color Harmonies of #ECCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCBCC

Black with #ECCBCC

Text Example


Text Example

White with #ECCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCBCC; }

 p { color: rgb(236,203,204); }

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

background-color css

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

 a { background-color: rgb(236,203,204); }

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

border-color css

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

 span { border-color: rgb(236,203,204); }

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