#CBCADD

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

Shades of Lavender Grey #CBCADD

Tints of Lavender Grey #CBCADD

Color information

#CBCADD (or 0xCBCADD) is unknown color: approx Lavender Grey. HEX triplet: CB, CA and DD. RGB value is (203,202,221). Sum of RGB (Red+Green+Blue) = 203+202+221=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCADD is #343522. Grayscale: #CCCCCC. Windows color (decimal): -3421475 or 14535371. OLE color: 14535371.

HSL color Cylindrical-coordinate representation of color #CBCADD: hue angle of 243.16º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCADD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203202221-
CMYK0.080.0900.13
HSL243.16º21.84%82.94%-
HSV(B)243.16º8.6%86.67%-
XYZ58.860.1676.92-
YUV204.46137.33126.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=32.43%
G=32.27%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032022210.080.0900.13243.1621.8482.94
HexCBCADD890Df31653
Octal313312335101101536326123
Binary110010111100101011011101100010010110111110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCADD; }

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

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

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

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

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

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

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

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