Html Css Color HEX #CC8DB9 Lily

📋 copy color: '#CC8DB9'

red 204 ◦ green 141 ◦ blue 185

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

Shades of Lily #CC8DB9

Tints of Lily #CC8DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 38.49%
G = 26.6%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC8DB9 (or 0xCC8DB9) is known color: Lily. HEX triplet: CC, 8D and B9. RGB value is (204,141,185). Sum of RGB (Red+Green+Blue) = 204+141+185=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DB9 is #337246. Grayscale: #A4A4A4. Windows color (decimal): -3371591 or 12160460. OLE color: 12160460.

HSL color Cylindrical-coordinate representation of color #CC8DB9: hue angle of 318.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DB9 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 185 -
CMYK 0 0.31 0.09 0.2
HSL 318.1º 0.38% 0.68% -
HSV(B) 318.1º 0.31% 0.8% -
XYZ 43.18 35.39 50.45 -
YUV 164.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 204 141 185 0 0.31 0.09 0.2 318.1 0.38 0.68
Hex CC 8D B9 0 1F 9 14 13E 26 44
Octal 314 215 271 0 37 11 24 476 46 104
Binary 11001100 10001101 10111001 0 11111 1001 10100 100111110 100110 1000100

Color Harmonies of #CC8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DB9

Black with #CC8DB9

Text Example


Text Example

White with #CC8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DB9; }

 p { color: rgb(204,141,185); }

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

background-color css

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

 a { background-color: rgb(204,141,185); }

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

border-color css

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

 span { border-color: rgb(204,141,185); }

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