#CBCAD5

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

Shades of Lavender Grey #CBCAD5

Tints of Lavender Grey #CBCAD5

Color information

#CBCAD5 (or 0xCBCAD5) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and D5. RGB value is (203,202,213). Sum of RGB (Red+Green+Blue) = 203+202+213=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAD5 is #34352A. Grayscale: #CBCBCB. Windows color (decimal): -3421483 or 14011083. OLE color: 14011083.

HSL color Cylindrical-coordinate representation of color #CBCAD5: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBCAD5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203202213-
CMYK0.050.0500.16
HSL245.45º11.58%81.37%-
HSV(B)245.45º5.16%83.53%-
XYZ57.7659.7471.44-
YUV203.55133.33127.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=32.85%
G=32.69%
B=34.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032022130.050.0500.16245.4511.5881.37
HexCBCAD555010f5c51
Octal3133123255502036514121
Binary1100101111001010110101011011010100001111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAD5; }

 p { color: rgb(203,202,213); }

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

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

 a { background-color: rgb(203,202,213); }

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

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

 span { border-color: rgb(203,202,213); }

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