#CBC5FD

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

Shades of Lavender Blue #CBC5FD

Tints of Lavender Blue #CBC5FD

Color information

#CBC5FD (or 0xCBC5FD) is unknown color: approx Lavender Blue. HEX triplet: CB, C5 and FD. RGB value is (203,197,253). Sum of RGB (Red+Green+Blue) = 203+197+253=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FD is #343A02. Grayscale: #CCCCCC. Windows color (decimal): -3422723 or 16631243. OLE color: 16631243.

HSL color Cylindrical-coordinate representation of color #CBC5FD: hue angle of 246.43º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC5FD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203197253-
CMYK0.200.2200.01
HSL246.43º93.33%88.24%-
HSV(B)246.43º22.13%99.22%-
XYZ62.3259.72101.17-
YUV205.18154.99126.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=31.09%
G=30.17%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031972530.200.2200.01246.4393.3388.24
HexCBC5FD141601f65d58
Octal313305375242601366135130
Binary1100101111000101111111011010010110011111011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5FD; }

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

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

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

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

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

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

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

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