Html Css Color HEX #E6C6C9 Azalea

📋 copy color: '#E6C6C9'

red 230 ◦ green 198 ◦ blue 201

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

Shades of Azalea #E6C6C9

Tints of Azalea #E6C6C9

RGB

 RED value IS 230 (90.23% from 255) = 36.57%

 GREEN value IS 198 (77.73% from 255) = 31.48%

 BLUE value IS 201 (78.91% from 255) = 31.96%

R = 36.57%
G = 31.48%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E6C6C9 (or 0xE6C6C9) is known color: Azalea. HEX triplet: E6, C6 and C9. RGB value is (230,198,201). Sum of RGB (Red+Green+Blue) = 230+198+201=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6C9 is #193936. Grayscale: #CFCFCF. Windows color (decimal): -1653047 or 13223654. OLE color: 13223654.

HSL color Cylindrical-coordinate representation of color #E6C6C9: hue angle of 354.38º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C6C9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 198 201 -
CMYK 0 0.14 0.13 0.10
HSL 354.38º 0.39% 0.84% -
HSV(B) 354.38º 0.14% 0.9% -
XYZ 63.37 61.43 63.78 -
YUV 207.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 230 198 201 0 0.14 0.13 0.10 354.38 0.39 0.84
Hex E6 C6 C9 0 E D A 162 27 54
Octal 346 306 311 0 16 15 12 542 47 124
Binary 11100110 11000110 11001001 0 1110 1101 1010 101100010 100111 1010100

Color Harmonies of #E6C6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C6C9

Black with #E6C6C9

Text Example


Text Example

White with #E6C6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C6C9; }

 p { color: rgb(230,198,201); }

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

background-color css

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

 a { background-color: rgb(230,198,201); }

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

border-color css

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

 span { border-color: rgb(230,198,201); }

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