#CFC6FB

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

Shades of Lavender Blue #CFC6FB

Tints of Lavender Blue #CFC6FB

Color information

#CFC6FB (or 0xCFC6FB) is unknown color: approx Lavender Blue. HEX triplet: CF, C6 and FB. RGB value is (207,198,251). Sum of RGB (Red+Green+Blue) = 207+198+251=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FB is #303904. Grayscale: #CECECE. Windows color (decimal): -3160325 or 16500431. OLE color: 16500431.

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

Color convert

RGB207198251-
CMYK0.180.2100.02
HSL250.19º86.89%88.04%-
HSV(B)250.19º21.12%98.43%-
XYZ63.3460.6299.63-
YUV206.73152.98128.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=31.55%
G=30.18%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2071982510.180.2100.02250.1986.8988.04
HexCFC6FB121502fa5758
Octal317306373222502372127130
Binary11001111110001101111101110010101010101111101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6FB; }

 p { color: rgb(207,198,251); }

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

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

 a { background-color: rgb(207,198,251); }

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

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

 span { border-color: rgb(207,198,251); }

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