#CFC7FB

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

Shades of Lavender Blue #CFC7FB

Tints of Lavender Blue #CFC7FB

Color information

#CFC7FB (or 0xCFC7FB) is unknown color: approx Lavender Blue. HEX triplet: CF, C7 and FB. RGB value is (207,199,251). Sum of RGB (Red+Green+Blue) = 207+199+251=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7FB is #303804. Grayscale: #CFCFCF. Windows color (decimal): -3160069 or 16500687. OLE color: 16500687.

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

Color convert

RGB207199251-
CMYK0.180.2100.02
HSL249.23º86.67%88.24%-
HSV(B)249.23º20.72%98.43%-
XYZ63.5761.0899.71-
YUV207.32152.65127.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 199 (78.12% from 255) = 30.29%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=31.51%
G=30.29%
B=38.20%

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
Decimal2071992510.180.2100.02249.2386.6788.24
HexCFC7FB121502f95758
Octal317307373222502371127130
Binary11001111110001111111101110010101010101111100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7FB; }

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

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

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

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

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

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

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

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