#CBCBD6

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

Shades of Lavender Grey #CBCBD6

Tints of Lavender Grey #CBCBD6

Color information

#CBCBD6 (or 0xCBCBD6) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and D6. RGB value is (203,203,214). Sum of RGB (Red+Green+Blue) = 203+203+214=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBD6 is #343429. Grayscale: #CCCCCC. Windows color (decimal): -3421226 or 14076875. OLE color: 14076875.

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

Color convert

RGB203203214-
CMYK0.050.0500.16
HSL240º11.83%81.76%-
HSV(B)240º5.14%83.92%-
XYZ58.1260.2672.19-
YUV204.25133.5127.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=32.74%
G=32.74%
B=34.52%

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
Decimal2032032140.050.0500.1624011.8381.76
HexCBCBD655010f0c52
Octal3133133265502036014122
Binary1100101111001011110101101011010100001111000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBD6; }

 p { color: rgb(203,203,214); }

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

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

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

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

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

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

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