#CBADB8

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

Shades of Lily #CBADB8

Tints of Lily #CBADB8

Color information

#CBADB8 (or 0xCBADB8) is unknown color: approx Lily. HEX triplet: CB, AD and B8. RGB value is (203,173,184). Sum of RGB (Red+Green+Blue) = 203+173+184=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB8 is #345247. Grayscale: #B7B7B7. Windows color (decimal): -3428936 or 12103115. OLE color: 12103115.

HSL color Cylindrical-coordinate representation of color #CBADB8: hue angle of 338º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203173184-
CMYK00.150.090.20
HSL338º22.39%73.73%-
HSV(B)338º14.78%79.61%-
XYZ48.2246.0451.69-
YUV183.22128.44142.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=36.25%
G=30.89%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317318400.150.090.2033822.3973.73
HexCBADB80F914152164a
Octal313255270017112452226112
Binary11001011101011011011100001111100110100101010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADB8; }

 p { color: rgb(203,173,184); }

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

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

 a { background-color: rgb(203,173,184); }

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

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

 span { border-color: rgb(203,173,184); }

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