#CBB7FF

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

Shades of Lavender Blue #CBB7FF

Tints of Lavender Blue #CBB7FF

Color information

#CBB7FF (or 0xCBB7FF) is unknown color: approx Lavender Blue. HEX triplet: CB, B7 and FF. RGB value is (203,183,255). Sum of RGB (Red+Green+Blue) = 203+183+255=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7FF is #344800. Grayscale: #C4C4C4. Windows color (decimal): -3426305 or 16758731. OLE color: 16758731.

HSL color Cylindrical-coordinate representation of color #CBB7FF: hue angle of 256.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB7FF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203183255-
CMYK0.200.2800
HSL256.67º100%85.88%-
HSV(B)256.67º28.24%100%-
XYZ59.6153.78101.85-
YUV197.19160.63132.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 255 (100% from 255) = 39.78%
R=31.67%
G=28.55%
B=39.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031832550.200.2800256.6710085.88
HexCBB7FF141C001016456
Octal313267377243400401144126
Binary11001011101101111111111110100111000010000000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7FF; }

 p { color: rgb(203,183,255); }

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

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

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

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

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

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

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