#CFCCF7

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

Shades of Lavender Blue #CFCCF7

Tints of Lavender Blue #CFCCF7

Color information

#CFCCF7 (or 0xCFCCF7) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F7. RGB value is (207,204,247). Sum of RGB (Red+Green+Blue) = 207+204+247=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF7 is #303308. Grayscale: #D1D1D1. Windows color (decimal): -3158793 or 16239823. OLE color: 16239823.

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

Color convert

RGB207204247-
CMYK0.160.1700.03
HSL244.19º72.88%88.43%-
HSV(B)244.19º17.41%96.86%-
XYZ64.1163.1796.81-
YUV209.8148.99126-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=31.46%
G=31.00%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072042470.160.1700.03244.1972.8888.43
HexCFCCF7101103f44958
Octal317314367202103364111130
Binary11001111110011001111011110000100010111111010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF7; }

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

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

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

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

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

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

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

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