#D5CDF6

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

Shades of Lavender Blue #D5CDF6

Tints of Lavender Blue #D5CDF6

Color information

#D5CDF6 (or 0xD5CDF6) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and F6. RGB value is (213,205,246). Sum of RGB (Red+Green+Blue) = 213+205+246=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF6 is #2A3209. Grayscale: #D3D3D3. Windows color (decimal): -2765322 or 16174549. OLE color: 16174549.

HSL color Cylindrical-coordinate representation of color #D5CDF6: hue angle of 251.71º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CDF6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213205246-
CMYK0.130.1700.04
HSL251.71º69.49%88.43%-
HSV(B)251.71º16.67%96.47%-
XYZ65.9164.4696.16-
YUV212.07147.15128.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 246 (96.48% from 255) = 37.05%
R=32.08%
G=30.87%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132052460.130.1700.04251.7169.4988.43
HexD5CDF6D1104fc4558
Octal325315366152104374105130
Binary11010101110011011111011011011000101001111110010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDF6; }

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

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

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

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

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

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

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

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