Html Css Color HEX #CCAAB6 Lily

📋 copy color: '#CCAAB6'

red 204 ◦ green 170 ◦ blue 182

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

Shades of Lily #CCAAB6

Tints of Lily #CCAAB6

RGB

 RED value IS 204 (80.08% from 255) = 36.69%

 GREEN value IS 170 (66.8% from 255) = 30.58%

 BLUE value IS 182 (71.48% from 255) = 32.73%

R = 36.69%
G = 30.58%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCAAB6 (or 0xCCAAB6) is known color: Lily. HEX triplet: CC, AA and B6. RGB value is (204,170,182). Sum of RGB (Red+Green+Blue) = 204+170+182=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB6 is #335549. Grayscale: #B5B5B5. Windows color (decimal): -3364170 or 11971276. OLE color: 11971276.

HSL color Cylindrical-coordinate representation of color #CCAAB6: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAB6 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 182 -
CMYK 0 0.17 0.11 0.2
HSL 338.82º 0.25% 0.73% -
HSV(B) 338.82º 0.17% 0.8% -
XYZ 47.72 44.96 50.42 -
YUV 181.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 204 170 182 0 0.17 0.11 0.2 338.82 0.25 0.73
Hex CC AA B6 0 11 B 14 153 19 49
Octal 314 252 266 0 21 13 24 523 31 111
Binary 11001100 10101010 10110110 0 10001 1011 10100 101010011 11001 1001001

Color Harmonies of #CCAAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAB6

Black with #CCAAB6

Text Example


Text Example

White with #CCAAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAB6; }

 p { color: rgb(204,170,182); }

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

background-color css

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

 a { background-color: rgb(204,170,182); }

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

border-color css

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

 span { border-color: rgb(204,170,182); }

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