#CBC6FB

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

Shades of Lavender Blue #CBC6FB

Tints of Lavender Blue #CBC6FB

Color information

#CBC6FB (or 0xCBC6FB) is unknown color: approx Lavender Blue. HEX triplet: CB, C6 and FB. RGB value is (203,198,251). Sum of RGB (Red+Green+Blue) = 203+198+251=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FB is #343904. Grayscale: #CDCDCD. Windows color (decimal): -3422469 or 16500427. OLE color: 16500427.

HSL color Cylindrical-coordinate representation of color #CBC6FB: hue angle of 245.66º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC6FB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203198251-
CMYK0.190.2100.02
HSL245.66º86.89%88.04%-
HSV(B)245.66º21.12%98.43%-
XYZ62.2460.0599.58-
YUV205.54153.66126.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=31.13%
G=30.37%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031982510.190.2100.02245.6686.8988.04
HexCBC6FB131502f65758
Octal313306373232502366127130
Binary11001011110001101111101110011101010101111011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6FB; }

 p { color: rgb(203,198,251); }

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

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

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

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

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

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

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