#D5CBF9

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

Shades of Lavender Blue #D5CBF9

Tints of Lavender Blue #D5CBF9

Color information

#D5CBF9 (or 0xD5CBF9) is unknown color: approx Lavender Blue. HEX triplet: D5, CB and F9. RGB value is (213,203,249). Sum of RGB (Red+Green+Blue) = 213+203+249=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBF9 is #2A3406. Grayscale: #D3D3D3. Windows color (decimal): -2765831 or 16370645. OLE color: 16370645.

HSL color Cylindrical-coordinate representation of color #D5CBF9: hue angle of 253.04º 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 #D5CBF9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213203249-
CMYK0.140.1800.02
HSL253.04º79.31%88.63%-
HSV(B)253.04º18.47%97.65%-
XYZ65.963.798.44-
YUV211.23149.31129.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=32.03%
G=30.53%
B=37.44%

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
Decimal2132032490.140.1800.02253.0479.3188.63
HexD5CBF9E1202fd4f59
Octal325313371162202375117131
Binary1101010111001011111110011110100100101111110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBF9; }

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

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

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

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

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

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

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

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