#CBBFF7

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

Shades of Lavender Blue #CBBFF7

Tints of Lavender Blue #CBBFF7

Color information

#CBBFF7 (or 0xCBBFF7) is unknown color: approx Lavender Blue. HEX triplet: CB, BF and F7. RGB value is (203,191,247). Sum of RGB (Red+Green+Blue) = 203+191+247=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBBFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFF7 is #344008. Grayscale: #C8C8C8. Windows color (decimal): -3424265 or 16236491. OLE color: 16236491.

HSL color Cylindrical-coordinate representation of color #CBBFF7: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBFF7 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203191247-
CMYK0.180.2300.03
HSL252.86º77.78%85.88%-
HSV(B)252.86º22.67%96.86%-
XYZ60.0556.6795.77-
YUV200.97153.98129.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 247 (96.88% from 255) = 38.53%
R=31.67%
G=29.80%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031912470.180.2300.03252.8677.7885.88
HexCBBFF7121703fd4e56
Octal313277367222703375116126
Binary11001011101111111111011110010101110111111110110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFF7; }

 p { color: rgb(203,191,247); }

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

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

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

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

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

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

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