Html Css Color HEX #EECBCC Azalea

📋 copy color: '#EECBCC'

red 238 ◦ green 203 ◦ blue 204

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

Shades of Azalea #EECBCC

Tints of Azalea #EECBCC

RGB

 RED value IS 238 (93.36% from 255) = 36.9%

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

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

R = 36.9%
G = 31.47%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EECBCC (or 0xEECBCC) is known color: Azalea. HEX triplet: EE, CB and CC. RGB value is (238,203,204). Sum of RGB (Red+Green+Blue) = 238+203+204=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCC is #113433. Grayscale: #D5D5D5. Windows color (decimal): -1127476 or 13421550. OLE color: 13421550.

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

Color convert

RGB 238 203 204 -
CMYK 0 0.15 0.14 0.07
HSL 358.29º 0.51% 0.86% -
HSV(B) 358.29º 0.15% 0.93% -
XYZ 67.51 65.25 66.16 -
YUV 213.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 238 203 204 0 0.15 0.14 0.07 358.29 0.51 0.86
Hex EE CB CC 0 F E 7 166 33 56
Octal 356 313 314 0 17 16 7 546 63 126
Binary 11101110 11001011 11001100 0 1111 1110 111 101100110 110011 1010110

Color Harmonies of #EECBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECBCC

Black with #EECBCC

Text Example


Text Example

White with #EECBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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