#D2C8F8

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

Shades of Lavender Blue #D2C8F8

Tints of Lavender Blue #D2C8F8

Color information

#D2C8F8 (or 0xD2C8F8) is unknown color: approx Lavender Blue. HEX triplet: D2, C8 and F8. RGB value is (210,200,248). Sum of RGB (Red+Green+Blue) = 210+200+248=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2C8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8F8 is #2D3707. Grayscale: #D0D0D0. Windows color (decimal): -2963208 or 16304338. OLE color: 16304338.

HSL color Cylindrical-coordinate representation of color #D2C8F8: hue angle of 252.5º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2C8F8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB210200248-
CMYK0.150.1900.03
HSL252.5º77.42%87.84%-
HSV(B)252.5º19.35%97.25%-
XYZ64.1861.7997.35-
YUV208.46150.31129.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 248 (97.27% from 255) = 37.69%
R=31.91%
G=30.40%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102002480.150.1900.03252.577.4287.84
HexD2C8F8F1303fc4d58
Octal322310370172303374115130
Binary1101001011001000111110001111100110111111110010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8F8; }

 p { color: rgb(210,200,248); }

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

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

 a { background-color: rgb(210,200,248); }

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

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

 span { border-color: rgb(210,200,248); }

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