#CBC3FB

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

Shades of Lavender Blue #CBC3FB

Tints of Lavender Blue #CBC3FB

Color information

#CBC3FB (or 0xCBC3FB) is unknown color: approx Lavender Blue. HEX triplet: CB, C3 and FB. RGB value is (203,195,251). Sum of RGB (Red+Green+Blue) = 203+195+251=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3FB is #343C04. Grayscale: #CBCBCB. Windows color (decimal): -3423237 or 16499659. OLE color: 16499659.

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

Color convert

RGB203195251-
CMYK0.190.2200.02
HSL248.57º87.5%87.45%-
HSV(B)248.57º22.31%98.43%-
XYZ61.5658.6999.35-
YUV203.78154.65127.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 195 (76.56% from 255) = 30.05%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=31.28%
G=30.05%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031952510.190.2200.02248.5787.587.45
HexCBC3FB131602f95857
Octal313303373232602371130127
Binary11001011110000111111101110011101100101111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3FB; }

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

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

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

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

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

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

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

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