#CBC7FC

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

Shades of Lavender Blue #CBC7FC

Tints of Lavender Blue #CBC7FC

Color information

#CBC7FC (or 0xCBC7FC) is unknown color: approx Lavender Blue. HEX triplet: CB, C7 and FC. RGB value is (203,199,252). Sum of RGB (Red+Green+Blue) = 203+199+252=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7FC is #343803. Grayscale: #CECECE. Windows color (decimal): -3422212 or 16566219. OLE color: 16566219.

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

Color convert

RGB203199252-
CMYK0.190.2100.01
HSL244.53º89.83%88.43%-
HSV(B)244.53º21.03%98.82%-
XYZ62.6260.57100.49-
YUV206.24153.83125.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=31.04%
G=30.43%
B=38.53%

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
Decimal2031992520.190.2100.01244.5389.8388.43
HexCBC7FC131501f55a58
Octal313307374232501365132130
Binary1100101111000111111111001001110101011111010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7FC; }

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

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

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

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

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

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

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

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