#D2C1FF

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

Shades of Lavender Blue #D2C1FF

Tints of Lavender Blue #D2C1FF

Color information

#D2C1FF (or 0xD2C1FF) is unknown color: approx Lavender Blue. HEX triplet: D2, C1 and FF. RGB value is (210,193,255). Sum of RGB (Red+Green+Blue) = 210+193+255=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 193 (75.78% from 255 or 29.33% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2C1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C1FF is #2D3E00. Grayscale: #CCCCCC. Windows color (decimal): -2964993 or 16761298. OLE color: 16761298.

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

Color convert

RGB210193255-
CMYK0.180.2400
HSL256.45º100%87.84%-
HSV(B)256.45º24.31%100%-
XYZ63.759.06102.65-
YUV205.15156.13131.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 29.33%
BLUE value IS 255 (100% from 255) = 38.75%
R=31.91%
G=29.33%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101932550.180.2400256.4510087.84
HexD2C1FF1218001006458
Octal322301377223000400144130
Binary11010010110000011111111110010110000010000000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C1FF; }

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

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

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

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

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

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

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

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