#CBC6FC

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

Shades of Lavender Blue #CBC6FC

Tints of Lavender Blue #CBC6FC

Color information

#CBC6FC (or 0xCBC6FC) is unknown color: approx Lavender Blue. HEX triplet: CB, C6 and FC. RGB value is (203,198,252). Sum of RGB (Red+Green+Blue) = 203+198+252=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FC is #343903. Grayscale: #CDCDCD. Windows color (decimal): -3422468 or 16565963. OLE color: 16565963.

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

Color convert

RGB203198252-
CMYK0.190.2100.01
HSL245.56º90%88.24%-
HSV(B)245.56º21.43%98.82%-
XYZ62.3960.11100.41-
YUV205.65154.16126.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 198 (77.73% from 255) = 30.32%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=31.09%
G=30.32%
B=38.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031982520.190.2100.01245.569088.24
HexCBC6FC131501f65a58
Octal313306374232501366132130
Binary1100101111000110111111001001110101011111011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6FC; }

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

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

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

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

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

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

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

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