#D1C7F8

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

Shades of Lavender Blue #D1C7F8

Tints of Lavender Blue #D1C7F8

Color information

#D1C7F8 (or 0xD1C7F8) is unknown color: approx Lavender Blue. HEX triplet: D1, C7 and F8. RGB value is (209,199,248). Sum of RGB (Red+Green+Blue) = 209+199+248=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #D1C7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C7F8 is #2E3807. Grayscale: #CFCFCF. Windows color (decimal): -3029000 or 16304081. OLE color: 16304081.

HSL color Cylindrical-coordinate representation of color #D1C7F8: hue angle of 252.24º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1C7F8 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209199248-
CMYK0.160.2000.03
HSL252.24º77.78%87.65%-
HSV(B)252.24º19.76%97.25%-
XYZ63.6661.1897.26-
YUV207.58150.81129.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.86%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=31.86%
G=30.34%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2091992480.160.2000.03252.2477.7887.65
HexD1C7F8101403fc4e58
Octal321307370202403374116130
Binary11010001110001111111100010000101000111111110010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C7F8; }

 p { color: rgb(209,199,248); }

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

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

 a { background-color: rgb(209,199,248); }

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

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

 span { border-color: rgb(209,199,248); }

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