#D7CDFD

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

Shades of Lavender Blue #D7CDFD

Tints of Lavender Blue #D7CDFD

Color information

#D7CDFD (or 0xD7CDFD) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FD. RGB value is (215,205,253). Sum of RGB (Red+Green+Blue) = 215+205+253=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFD is #283202. Grayscale: #D5D5D5. Windows color (decimal): -2634243 or 16633303. OLE color: 16633303.

HSL color Cylindrical-coordinate representation of color #D7CDFD: hue angle of 252.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7CDFD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215205253-
CMYK0.150.1900.01
HSL252.5º92.31%89.8%-
HSV(B)252.5º18.97%99.22%-
XYZ67.5965.2101.95-
YUV213.46150.31129.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=31.95%
G=30.46%
B=37.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152052530.150.1900.01252.592.3189.8
HexD7CDFDF1301fc5c5a
Octal327315375172301374134132
Binary110101111100110111111101111110011011111110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFD; }

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

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

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

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

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

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

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

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