#D5CDF7

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

Shades of Lavender Blue #D5CDF7

Tints of Lavender Blue #D5CDF7

Color information

#D5CDF7 (or 0xD5CDF7) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and F7. RGB value is (213,205,247). Sum of RGB (Red+Green+Blue) = 213+205+247=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF7 is #2A3208. Grayscale: #D4D4D4. Windows color (decimal): -2765321 or 16240085. OLE color: 16240085.

HSL color Cylindrical-coordinate representation of color #D5CDF7: hue angle of 251.43º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CDF7 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB213205247-
CMYK0.140.1700.03
HSL251.43º72.41%88.63%-
HSV(B)251.43º17%96.86%-
XYZ66.0664.5296.97-
YUV212.18147.65128.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 205 (80.47% from 255) = 30.83%
BLUE value IS 247 (96.88% from 255) = 37.14%
R=32.03%
G=30.83%
B=37.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132052470.140.1700.03251.4372.4188.63
HexD5CDF7E1103fb4859
Octal325315367162103373110131
Binary1101010111001101111101111110100010111111101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDF7; }

 p { color: rgb(213,205,247); }

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

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

 a { background-color: rgb(213,205,247); }

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

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

 span { border-color: rgb(213,205,247); }

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