#CFCBF7

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

Shades of Lavender Blue #CFCBF7

Tints of Lavender Blue #CFCBF7

Color information

#CFCBF7 (or 0xCFCBF7) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F7. RGB value is (207,203,247). Sum of RGB (Red+Green+Blue) = 207+203+247=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF7 is #303408. Grayscale: #D1D1D1. Windows color (decimal): -3159049 or 16239567. OLE color: 16239567.

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

Color convert

RGB207203247-
CMYK0.160.1800.03
HSL245.45º73.33%88.24%-
HSV(B)245.45º17.81%96.86%-
XYZ63.8862.6996.73-
YUV209.21149.33126.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=31.51%
G=30.90%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072032470.160.1800.03245.4573.3388.24
HexCFCBF7101203f54958
Octal317313367202203365111130
Binary11001111110010111111011110000100100111111010110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF7; }

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

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

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

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

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

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

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

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