#D7CDFB

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

Shades of Lavender Blue #D7CDFB

Tints of Lavender Blue #D7CDFB

Color information

#D7CDFB (or 0xD7CDFB) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FB. RGB value is (215,205,251). Sum of RGB (Red+Green+Blue) = 215+205+251=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D7CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFB is #283204. Grayscale: #D5D5D5. Windows color (decimal): -2634245 or 16502231. OLE color: 16502231.

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

Color convert

RGB215205251-
CMYK0.140.1800.02
HSL253.04º85.19%89.41%-
HSV(B)253.04º18.33%98.43%-
XYZ67.2765.07100.28-
YUV213.23149.31129.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=32.04%
G=30.55%
B=37.41%

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
Decimal2152052510.140.1800.02253.0485.1989.41
HexD7CDFBE1202fd5559
Octal327315373162202375125131
Binary1101011111001101111110111110100100101111110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFB; }

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

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

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

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

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

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

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

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