#C6CFFF

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

Shades of Lavender Blue #C6CFFF

Tints of Lavender Blue #C6CFFF

Color information

#C6CFFF (or 0xC6CFFF) is unknown color: approx Lavender Blue. HEX triplet: C6, CF and FF. RGB value is (198,207,255). Sum of RGB (Red+Green+Blue) = 198+207+255=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 207 (81.25% from 255 or 31.36% 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 #C6CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFF is #393000. Grayscale: #D1D1D1. Windows color (decimal): -3747841 or 16764870. OLE color: 16764870.

HSL color Cylindrical-coordinate representation of color #C6CFFF: hue angle of 230.53º 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 #C6CFFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198207255-
CMYK0.220.1900
HSL230.53º100%88.82%-
HSV(B)230.53º22.35%100%-
XYZ63.6563.85103.58-
YUV209.78153.52119.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982072550.220.1900230.5310088.82
HexC6CFFF161300e76459
Octal306317377262300347144131
Binary1100011011001111111111111011010011001110011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFFF; }

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

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

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

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

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

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

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

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