#C6D1FD

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

Shades of Lavender Blue #C6D1FD

Tints of Lavender Blue #C6D1FD

Color information

#C6D1FD (or 0xC6D1FD) is unknown color: approx Lavender Blue. HEX triplet: C6, D1 and FD. RGB value is (198,209,253). Sum of RGB (Red+Green+Blue) = 198+209+253=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6D1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FD is #392E02. Grayscale: #D2D2D2. Windows color (decimal): -3747331 or 16634310. OLE color: 16634310.

HSL color Cylindrical-coordinate representation of color #C6D1FD: hue angle of 228º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D1FD is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198209253-
CMYK0.220.1700.01
HSL228º93.22%88.43%-
HSV(B)228º21.74%99.22%-
XYZ63.8264.7102.05-
YUV210.73151.86118.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=30%
G=31.67%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982092530.220.1700.0122893.2288.43
HexC6D1FD161101e45d58
Octal306321375262101344135130
Binary1100011011010001111111011011010001011110010010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1FD; }

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

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

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

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

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

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

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

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