Html Css Color HEX #EEC8CC Azalea

📋 copy color: '#EEC8CC'

red 238 ◦ green 200 ◦ blue 204

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

Shades of Azalea #EEC8CC

Tints of Azalea #EEC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.15%

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

R = 37.07%
G = 31.15%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEC8CC (or 0xEEC8CC) is known color: Azalea. HEX triplet: EE, C8 and CC. RGB value is (238,200,204). Sum of RGB (Red+Green+Blue) = 238+200+204=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CC is #113733. Grayscale: #D3D3D3. Windows color (decimal): -1128244 or 13420782. OLE color: 13420782.

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

Color convert

RGB 238 200 204 -
CMYK 0 0.16 0.14 0.07
HSL 353.68º 0.53% 0.86% -
HSV(B) 353.68º 0.16% 0.93% -
XYZ 66.81 63.85 65.93 -
YUV 211.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 238 200 204 0 0.16 0.14 0.07 353.68 0.53 0.86
Hex EE C8 CC 0 10 E 7 162 35 56
Octal 356 310 314 0 20 16 7 542 65 126
Binary 11101110 11001000 11001100 0 10000 1110 111 101100010 110101 1010110

Color Harmonies of #EEC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8CC

Black with #EEC8CC

Text Example


Text Example

White with #EEC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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