#D5CDFB

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

Shades of Lavender Blue #D5CDFB

Tints of Lavender Blue #D5CDFB

Color information

#D5CDFB (or 0xD5CDFB) is unknown color: approx Lavender Blue. HEX triplet: D5, CD and FB. RGB value is (213,205,251). Sum of RGB (Red+Green+Blue) = 213+205+251=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFB is #2A3204. Grayscale: #D4D4D4. Windows color (decimal): -2765317 or 16502229. OLE color: 16502229.

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

Color convert

RGB213205251-
CMYK0.150.1800.02
HSL250.43º85.19%89.41%-
HSV(B)250.43º18.33%98.43%-
XYZ66.6864.77100.25-
YUV212.64149.65128.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=31.84%
G=30.64%
B=37.52%

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
Decimal2132052510.150.1800.02250.4385.1989.41
HexD5CDFBF1202fa5559
Octal325315373172202372125131
Binary1101010111001101111110111111100100101111101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDFB; }

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

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

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

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

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

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

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

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