Html Css Color HEX #CC9DAE Lily

📋 copy color: '#CC9DAE'

red 204 ◦ green 157 ◦ blue 174

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

Shades of Lily #CC9DAE

Tints of Lily #CC9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.35%

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 38.13%
G = 29.35%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC9DAE (or 0xCC9DAE) is known color: Lily. HEX triplet: CC, 9D and AE. RGB value is (204,157,174). Sum of RGB (Red+Green+Blue) = 204+157+174=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9DAE is #336251. Grayscale: #ACACAC. Windows color (decimal): -3367506 or 11443660. OLE color: 11443660.

HSL color Cylindrical-coordinate representation of color #CC9DAE: hue angle of 338.3º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9DAE is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 174 -
CMYK 0 0.23 0.15 0.2
HSL 338.3º 0.32% 0.71% -
HSV(B) 338.3º 0.23% 0.8% -
XYZ 44.6 40.01 45.42 -
YUV 172.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 204 157 174 0 0.23 0.15 0.2 338.3 0.32 0.71
Hex CC 9D AE 0 17 F 14 152 20 47
Octal 314 235 256 0 27 17 24 522 40 107
Binary 11001100 10011101 10101110 0 10111 1111 10100 101010010 100000 1000111

Color Harmonies of #CC9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DAE

Black with #CC9DAE

Text Example


Text Example

White with #CC9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DAE; }

 p { color: rgb(204,157,174); }

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

background-color css

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

 a { background-color: rgb(204,157,174); }

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

border-color css

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

 span { border-color: rgb(204,157,174); }

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