#C6CFFA

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

Shades of Lavender Blue #C6CFFA

Tints of Lavender Blue #C6CFFA

Color information

#C6CFFA (or 0xC6CFFA) is unknown color: approx Lavender Blue. HEX triplet: C6, CF and FA. RGB value is (198,207,250). Sum of RGB (Red+Green+Blue) = 198+207+250=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFA is #393005. Grayscale: #D1D1D1. Windows color (decimal): -3747846 or 16437190. OLE color: 16437190.

HSL color Cylindrical-coordinate representation of color #C6CFFA: hue angle of 229.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CFFA is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198207250-
CMYK0.210.1700.02
HSL229.62º83.87%87.84%-
HSV(B)229.62º20.8%98.04%-
XYZ62.8663.5399.39-
YUV209.21151.02120-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=30.23%
G=31.60%
B=38.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982072500.210.1700.02229.6283.8787.84
HexC6CFFA151102e65458
Octal306317372252102346124130
Binary11000110110011111111101010101100010101110011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CFFA; }

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

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

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

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

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

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

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

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