#D7CDFA

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

Shades of Lavender Blue #D7CDFA

Tints of Lavender Blue #D7CDFA

Color information

#D7CDFA (or 0xD7CDFA) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FA. RGB value is (215,205,250). Sum of RGB (Red+Green+Blue) = 215+205+250=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFA is #283205. Grayscale: #D4D4D4. Windows color (decimal): -2634246 or 16436695. OLE color: 16436695.

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

Color convert

RGB215205250-
CMYK0.140.1800.02
HSL253.33º81.82%89.22%-
HSV(B)253.33º18%98.04%-
XYZ67.1165.0199.45-
YUV213.12148.81129.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=32.09%
G=30.60%
B=37.31%

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
Decimal2152052500.140.1800.02253.3381.8289.22
HexD7CDFAE1202fd5259
Octal327315372162202375122131
Binary1101011111001101111110101110100100101111110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFA; }

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

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

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

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

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

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

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

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