#D2C7FE

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

Shades of Lavender Blue #D2C7FE

Tints of Lavender Blue #D2C7FE

Color information

#D2C7FE (or 0xD2C7FE) is unknown color: approx Lavender Blue. HEX triplet: D2, C7 and FE. RGB value is (210,199,254). Sum of RGB (Red+Green+Blue) = 210+199+254=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C7FE is #2D3801. Grayscale: #D0D0D0. Windows color (decimal): -2963458 or 16697298. OLE color: 16697298.

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

Color convert

RGB210199254-
CMYK0.170.2200.00
HSL252º96.49%88.82%-
HSV(B)252º21.65%99.61%-
XYZ64.8961.7102.26-
YUV208.56153.64129.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.67%
GREEN value IS 199 (78.12% from 255) = 30.02%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=31.67%
G=30.02%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101992540.170.2200.0025296.4988.82
HexD2C7FE111600fc6059
Octal322307376212600374140131
Binary1101001011000111111111101000110110001111110011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C7FE; }

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

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

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

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

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

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

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

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