#C6D1FE

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

Shades of Lavender Blue #C6D1FE

Tints of Lavender Blue #C6D1FE

Color information

#C6D1FE (or 0xC6D1FE) is unknown color: approx Lavender Blue. HEX triplet: C6, D1 and FE. RGB value is (198,209,254). Sum of RGB (Red+Green+Blue) = 198+209+254=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FE is #392E01. Grayscale: #D2D2D2. Windows color (decimal): -3747330 or 16699846. OLE color: 16699846.

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

Color convert

RGB198209254-
CMYK0.220.1800.00
HSL228.21º96.55%88.63%-
HSV(B)228.21º22.05%99.61%-
XYZ63.9864.76102.89-
YUV210.84152.36118.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.95%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=29.95%
G=31.62%
B=38.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1982092540.220.1800.00228.2196.5588.63
HexC6D1FE161200e46159
Octal306321376262200344141131
Binary1100011011010001111111101011010010001110010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1FE; }

 p { color: rgb(198,209,254); }

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

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

 a { background-color: rgb(198,209,254); }

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

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

 span { border-color: rgb(198,209,254); }

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