#CB9DC0

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

Shades of Lily #CB9DC0

Tints of Lily #CB9DC0

Color information

#CB9DC0 (or 0xCB9DC0) is unknown color: approx Lily. HEX triplet: CB, 9D and C0. RGB value is (203,157,192). Sum of RGB (Red+Green+Blue) = 203+157+192=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DC0 is #34623F. Grayscale: #AEAEAE. Windows color (decimal): -3433024 or 12623307. OLE color: 12623307.

HSL color Cylindrical-coordinate representation of color #CB9DC0: hue angle of 314.35º degrees, saturation: 0.31, 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 #CB9DC0 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203157192-
CMYK00.230.050.20
HSL314.35º30.67%70.59%-
HSV(B)314.35º22.66%79.61%-
XYZ46.240.6255.27-
YUV174.74137.74148.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=36.78%
G=28.44%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315719200.230.050.20314.3530.6770.59
HexCB9DC001751413a1f47
Octal31323530002752447237107
Binary11001011100111011100000001011110110100100111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DC0; }

 p { color: rgb(203,157,192); }

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

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

 a { background-color: rgb(203,157,192); }

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

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

 span { border-color: rgb(203,157,192); }

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