#CBC3FA

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

Shades of Lavender Blue #CBC3FA

Tints of Lavender Blue #CBC3FA

Color information

#CBC3FA (or 0xCBC3FA) is unknown color: approx Lavender Blue. HEX triplet: CB, C3 and FA. RGB value is (203,195,250). Sum of RGB (Red+Green+Blue) = 203+195+250=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3FA is #343C05. Grayscale: #CBCBCB. Windows color (decimal): -3423238 or 16434123. OLE color: 16434123.

HSL color Cylindrical-coordinate representation of color #CBC3FA: hue angle of 248.73º degrees, saturation: 0.85, 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 #CBC3FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203195250-
CMYK0.190.2200.02
HSL248.73º84.62%87.25%-
HSV(B)248.73º22%98.04%-
XYZ61.458.6398.52-
YUV203.66154.15127.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=31.33%
G=30.09%
B=38.58%

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
Decimal2031952500.190.2200.02248.7384.6287.25
HexCBC3FA131602f95557
Octal313303372232602371125127
Binary11001011110000111111101010011101100101111100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3FA; }

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

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

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

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

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

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

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

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