#CFC6FF

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

Shades of Lavender Blue #CFC6FF

Tints of Lavender Blue #CFC6FF

Color information

#CFC6FF (or 0xCFC6FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C6 and FF. RGB value is (207,198,255). Sum of RGB (Red+Green+Blue) = 207+198+255=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FF is #303900. Grayscale: #CECECE. Windows color (decimal): -3160321 or 16762575. OLE color: 16762575.

HSL color Cylindrical-coordinate representation of color #CFC6FF: hue angle of 249.47º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFC6FF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207198255-
CMYK0.190.2200
HSL249.47º100%88.82%-
HSV(B)249.47º22.35%100%-
XYZ63.9860.87102.99-
YUV207.19154.98127.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 198 (77.73% from 255) = 30%
BLUE value IS 255 (100% from 255) = 38.64%
R=31.36%
G=30%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071982550.190.2200249.4710088.82
HexCFC6FF131600f96459
Octal317306377232600371144131
Binary1100111111000110111111111001110110001111100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6FF; }

 p { color: rgb(207,198,255); }

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

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

 a { background-color: rgb(207,198,255); }

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

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

 span { border-color: rgb(207,198,255); }

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