#CFC7F7

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

Shades of Lavender Blue #CFC7F7

Tints of Lavender Blue #CFC7F7

Color information

#CFC7F7 (or 0xCFC7F7) is unknown color: approx Lavender Blue. HEX triplet: CF, C7 and F7. RGB value is (207,199,247). Sum of RGB (Red+Green+Blue) = 207+199+247=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 199 (78.12% from 255 or 30.47% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFC7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7F7 is #303808. Grayscale: #CECECE. Windows color (decimal): -3160073 or 16238543. OLE color: 16238543.

HSL color Cylindrical-coordinate representation of color #CFC7F7: hue angle of 250º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFC7F7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB207199247-
CMYK0.160.1900.03
HSL250º75%87.45%-
HSV(B)250º19.43%96.86%-
XYZ62.9460.8396.42-
YUV206.86150.65128.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 199 (78.12% from 255) = 30.47%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=31.70%
G=30.47%
B=37.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2071992470.160.1900.032507587.45
HexCFC7F7101303fa4b57
Octal317307367202303372113127
Binary11001111110001111111011110000100110111111101010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7F7; }

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

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

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

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

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

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

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

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