#C69DAD

Color #C69DAD Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C69DAD

Tints of Lily #C69DAD

Color information

#C69DAD (or 0xC69DAD) is unknown color: approx Lily. HEX triplet: C6, 9D and AD. RGB value is (198,157,173). Sum of RGB (Red+Green+Blue) = 198+157+173=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DAD is #396252. Grayscale: #ABABAB. Windows color (decimal): -3760723 or 11378118. OLE color: 11378118.

HSL color Cylindrical-coordinate representation of color #C69DAD: hue angle of 336.59º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DAD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198157173-
CMYK00.210.130.22
HSL336.59º26.45%69.61%-
HSV(B)336.59º20.71%77.65%-
XYZ42.8939.1444.83-
YUV171.08129.08147.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=37.5%
G=29.73%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815717300.210.130.22336.5926.4569.61
HexC69DAD015D161511a46
Octal306235255025152652132106
Binary110001101001110110101101010101110110110101010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DAD; }

 p { color: rgb(198,157,173); }

 H1.HeaderClassName
 {
   color: #C69DAD;
 }
 .AnyTagClassName
 {
   color: #C69DAD;
 }
</style>
background-color css

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

 a { background-color: rgb(198,157,173); }

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

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

 span { border-color: rgb(198,157,173); }

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