#CBCBE2

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

Shades of Lavender Grey #CBCBE2

Tints of Lavender Grey #CBCBE2

Color information

#CBCBE2 (or 0xCBCBE2) is unknown color: approx Lavender Grey. HEX triplet: CB, CB and E2. RGB value is (203,203,226). Sum of RGB (Red+Green+Blue) = 203+203+226=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE2 is #34341D. Grayscale: #CDCDCD. Windows color (decimal): -3421214 or 14863307. OLE color: 14863307.

HSL color Cylindrical-coordinate representation of color #CBCBE2: hue angle of 240º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBCBE2 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203203226-
CMYK0.100.1000.11
HSL240º28.4%84.12%-
HSV(B)240º10.18%88.63%-
XYZ59.7160.980.56-
YUV205.62139.5126.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=32.12%
G=32.12%
B=35.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032032260.100.1000.1124028.484.12
HexCBCBE2AA0Bf01c54
Octal313313342121201336034124
Binary110010111100101111100010101010100101111110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBE2; }

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

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

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

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

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

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

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

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