#C6CCFF

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

Shades of Lavender Blue #C6CCFF

Tints of Lavender Blue #C6CCFF

Color information

#C6CCFF (or 0xC6CCFF) is unknown color: approx Lavender Blue. HEX triplet: C6, CC and FF. RGB value is (198,204,255). Sum of RGB (Red+Green+Blue) = 198+204+255=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCFF is #393300. Grayscale: #CFCFCF. Windows color (decimal): -3748609 or 16764102. OLE color: 16764102.

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

Color convert

RGB198204255-
CMYK0.220.200
HSL233.68º100%88.82%-
HSV(B)233.68º22.35%100%-
XYZ62.9362.41103.34-
YUV208.02154.51120.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.14%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 38.81%
R=30.14%
G=31.05%
B=38.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982042550.220.200233.6810088.82
HexC6CCFF161400ea6459
Octal306314377262400352144131
Binary1100011011001100111111111011010100001110101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CCFF; }

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

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

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

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

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

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

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

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