#CBC5FA

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

Shades of Lavender Blue #CBC5FA

Tints of Lavender Blue #CBC5FA

Color information

#CBC5FA (or 0xCBC5FA) is unknown color: approx Lavender Blue. HEX triplet: CB, C5 and FA. RGB value is (203,197,250). Sum of RGB (Red+Green+Blue) = 203+197+250=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FA is #343A05. Grayscale: #CCCCCC. Windows color (decimal): -3422726 or 16434635. OLE color: 16434635.

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

Color convert

RGB203197250-
CMYK0.190.2100.02
HSL246.79º84.13%87.65%-
HSV(B)246.79º21.2%98.04%-
XYZ61.8559.5398.67-
YUV204.84153.49126.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=31.23%
G=30.31%
B=38.46%

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
Decimal2031972500.190.2100.02246.7984.1387.65
HexCBC5FA131502f75458
Octal313305372232502367124130
Binary11001011110001011111101010011101010101111011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5FA; }

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

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

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

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

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

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

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

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