#D2C7FB

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

Shades of Lavender Blue #D2C7FB

Tints of Lavender Blue #D2C7FB

Color information

#D2C7FB (or 0xD2C7FB) is unknown color: approx Lavender Blue. HEX triplet: D2, C7 and FB. RGB value is (210,199,251). Sum of RGB (Red+Green+Blue) = 210+199+251=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7FB is #2D3804. Grayscale: #D0D0D0. Windows color (decimal): -2963461 or 16500690. OLE color: 16500690.

HSL color Cylindrical-coordinate representation of color #D2C7FB: hue angle of 252.69º degrees, saturation: 0.87, 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 #D2C7FB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210199251-
CMYK0.160.2100.02
HSL252.69º86.67%88.24%-
HSV(B)252.69º20.72%98.43%-
XYZ64.4161.5199.75-
YUV208.22152.14129.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 199 (78.12% from 255) = 30.15%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=31.82%
G=30.15%
B=38.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101992510.160.2100.02252.6986.6788.24
HexD2C7FB101502fd5758
Octal322307373202502375127130
Binary11010010110001111111101110000101010101111110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7FB; }

 p { color: rgb(210,199,251); }

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

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

 a { background-color: rgb(210,199,251); }

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

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

 span { border-color: rgb(210,199,251); }

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