#D2C5FE

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

Shades of Lavender Blue #D2C5FE

Tints of Lavender Blue #D2C5FE

Color information

#D2C5FE (or 0xD2C5FE) is unknown color: approx Lavender Blue. HEX triplet: D2, C5 and FE. RGB value is (210,197,254). Sum of RGB (Red+Green+Blue) = 210+197+254=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C5FE is #2D3A01. Grayscale: #CFCFCF. Windows color (decimal): -2963970 or 16696786. OLE color: 16696786.

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

Color convert

RGB210197254-
CMYK0.170.2200.00
HSL253.68º96.61%88.43%-
HSV(B)253.68º22.44%99.61%-
XYZ64.4360.79102.1-
YUV207.38154.31129.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.77%
GREEN value IS 197 (77.34% from 255) = 29.80%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=31.77%
G=29.80%
B=38.43%

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
Decimal2101972540.170.2200.00253.6896.6188.43
HexD2C5FE111600fe6158
Octal322305376212600376141130
Binary1101001011000101111111101000110110001111111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5FE; }

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

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

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

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

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

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

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

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