#D5CDF9

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

Shades of Lavender Blue #D5CDF9

Tints of Lavender Blue #D5CDF9

Color information

#D5CDF9 (or 0xD5CDF9) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and F9. RGB value is (213,205,249). Sum of RGB (Red+Green+Blue) = 213+205+249=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDF9 is #2A3206. Grayscale: #D4D4D4. Windows color (decimal): -2765319 or 16371157. OLE color: 16371157.

HSL color Cylindrical-coordinate representation of color #D5CDF9: hue angle of 250.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5CDF9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213205249-
CMYK0.140.1800.02
HSL250.91º78.57%89.02%-
HSV(B)250.91º17.67%97.65%-
XYZ66.3764.6598.6-
YUV212.41148.65128.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=31.93%
G=30.73%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132052490.140.1800.02250.9178.5789.02
HexD5CDF9E1202fb4f59
Octal325315371162202373117131
Binary1101010111001101111110011110100100101111101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDF9; }

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

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

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

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

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

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

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

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