#CFCBF6

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

Shades of Lavender Blue #CFCBF6

Tints of Lavender Blue #CFCBF6

Color information

#CFCBF6 (or 0xCFCBF6) is unknown color: approx Lavender Blue. HEX triplet: CF, CB and F6. RGB value is (207,203,246). Sum of RGB (Red+Green+Blue) = 207+203+246=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBF6 is #303409. Grayscale: #D0D0D0. Windows color (decimal): -3159050 or 16174031. OLE color: 16174031.

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

Color convert

RGB207203246-
CMYK0.160.1700.04
HSL245.58º70.49%88.04%-
HSV(B)245.58º17.48%96.47%-
XYZ63.7262.6395.92-
YUV209.1148.83126.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=31.55%
G=30.95%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072032460.160.1700.04245.5870.4988.04
HexCFCBF6101104f64658
Octal317313366202104366106130
Binary110011111100101111110110100001000101001111011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBF6; }

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

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

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

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

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

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

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

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