Html Css Color HEX #CC9DB6 Lily

📋 copy color: '#CC9DB6'

red 204 ◦ green 157 ◦ blue 182

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

Shades of Lily #CC9DB6

Tints of Lily #CC9DB6

RGB

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

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

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

R = 37.57%
G = 28.91%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC9DB6 (or 0xCC9DB6) is known color: Lily. HEX triplet: CC, 9D and B6. RGB value is (204,157,182). Sum of RGB (Red+Green+Blue) = 204+157+182=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DB6 is #336249. Grayscale: #ADADAD. Windows color (decimal): -3367498 or 11967948. OLE color: 11967948.

HSL color Cylindrical-coordinate representation of color #CC9DB6: hue angle of 328.09º 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 #CC9DB6 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 157 182 -
CMYK 0 0.23 0.11 0.2
HSL 328.09º 0.32% 0.71% -
HSV(B) 328.09º 0.23% 0.8% -
XYZ 45.4 40.33 49.65 -
YUV 173.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 204 157 182 0 0.23 0.11 0.2 328.09 0.32 0.71
Hex CC 9D B6 0 17 B 14 148 20 47
Octal 314 235 266 0 27 13 24 510 40 107
Binary 11001100 10011101 10110110 0 10111 1011 10100 101001000 100000 1000111

Color Harmonies of #CC9DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DB6

Black with #CC9DB6

Text Example


Text Example

White with #CC9DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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