#D5CEFB

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

Shades of Lavender Blue #D5CEFB

Tints of Lavender Blue #D5CEFB

Color information

#D5CEFB (or 0xD5CEFB) is unknown color: approx Lavender Blue. HEX triplet: D5, CE and FB. RGB value is (213,206,251). Sum of RGB (Red+Green+Blue) = 213+206+251=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFB is #2A3104. Grayscale: #D5D5D5. Windows color (decimal): -2765061 or 16502485. OLE color: 16502485.

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

Color convert

RGB213206251-
CMYK0.150.1800.02
HSL249.33º84.91%89.61%-
HSV(B)249.33º17.93%98.43%-
XYZ66.9265.25100.33-
YUV213.22149.32127.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=31.79%
G=30.75%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132062510.150.1800.02249.3384.9189.61
HexD5CEFBF1202f9555a
Octal325316373172202371125132
Binary1101010111001110111110111111100100101111100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEFB; }

 p { color: rgb(213,206,251); }

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

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

 a { background-color: rgb(213,206,251); }

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

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

 span { border-color: rgb(213,206,251); }

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