#D2C8FF

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

Shades of Lavender Blue #D2C8FF

Tints of Lavender Blue #D2C8FF

Color information

#D2C8FF (or 0xD2C8FF) is unknown color: approx Lavender Blue. HEX triplet: D2, C8 and FF. RGB value is (210,200,255). Sum of RGB (Red+Green+Blue) = 210+200+255=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 200 (78.52% from 255 or 30.08% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8FF is #2D3700. Grayscale: #D1D1D1. Windows color (decimal): -2963201 or 16763090. OLE color: 16763090.

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

Color convert

RGB210200255-
CMYK0.180.2200
HSL250.91º100%89.22%-
HSV(B)250.91º21.57%100%-
XYZ65.2862.23103.18-
YUV209.26153.81128.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 200 (78.52% from 255) = 30.08%
BLUE value IS 255 (100% from 255) = 38.35%
R=31.58%
G=30.08%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102002550.180.2200250.9110089.22
HexD2C8FF121600fb6459
Octal322310377222600373144131
Binary1101001011001000111111111001010110001111101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8FF; }

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

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

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

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

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

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

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

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