#D7CDFC

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

Shades of Lavender Blue #D7CDFC

Tints of Lavender Blue #D7CDFC

Color information

#D7CDFC (or 0xD7CDFC) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FC. RGB value is (215,205,252). Sum of RGB (Red+Green+Blue) = 215+205+252=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFC is #283203. Grayscale: #D5D5D5. Windows color (decimal): -2634244 or 16567767. OLE color: 16567767.

HSL color Cylindrical-coordinate representation of color #D7CDFC: hue angle of 252.77º degrees, saturation: 0.89, 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 #D7CDFC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215205252-
CMYK0.150.1900.01
HSL252.77º88.68%89.61%-
HSV(B)252.77º18.65%98.82%-
XYZ67.4365.14101.11-
YUV213.35149.81129.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.99%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=31.99%
G=30.51%
B=37.5%

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
Decimal2152052520.150.1900.01252.7788.6889.61
HexD7CDFCF1301fd595a
Octal327315374172301375131132
Binary110101111100110111111100111110011011111110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFC; }

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

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

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

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

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

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

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

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