#D2C5FD

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

Shades of Lavender Blue #D2C5FD

Tints of Lavender Blue #D2C5FD

Color information

#D2C5FD (or 0xD2C5FD) is unknown color: approx Lavender Blue. HEX triplet: D2, C5 and FD. RGB value is (210,197,253). Sum of RGB (Red+Green+Blue) = 210+197+253=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2C5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FD is #2D3A02. Grayscale: #CFCFCF. Windows color (decimal): -2963971 or 16631250. OLE color: 16631250.

HSL color Cylindrical-coordinate representation of color #D2C5FD: hue angle of 253.93º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2C5FD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210197253-
CMYK0.170.2200.01
HSL253.93º93.33%88.24%-
HSV(B)253.93º22.13%99.22%-
XYZ64.2760.73101.26-
YUV207.27153.81129.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.82%
GREEN value IS 197 (77.34% from 255) = 29.85%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=31.82%
G=29.85%
B=38.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101972530.170.2200.01253.9393.3388.24
HexD2C5FD111601fe5d58
Octal322305375212601376135130
Binary1101001011000101111111011000110110011111111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5FD; }

 p { color: rgb(210,197,253); }

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

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

 a { background-color: rgb(210,197,253); }

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

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

 span { border-color: rgb(210,197,253); }

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