#D7CDFE

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

Shades of Lavender Blue #D7CDFE

Tints of Lavender Blue #D7CDFE

Color information

#D7CDFE (or 0xD7CDFE) is unknown color: approx Lavender Blue. HEX triplet: D7, CD and FE. RGB value is (215,205,254). Sum of RGB (Red+Green+Blue) = 215+205+254=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDFE is #283201. Grayscale: #D5D5D5. Windows color (decimal): -2634242 or 16698839. OLE color: 16698839.

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

Color convert

RGB215205254-
CMYK0.150.1900.00
HSL252.24º96.08%90%-
HSV(B)252.24º19.29%99.61%-
XYZ67.7565.27102.79-
YUV213.58150.81129.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 30.42%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=31.90%
G=30.42%
B=37.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152052540.150.1900.00252.2496.0890
HexD7CDFEF1300fc605a
Octal327315376172300374140132
Binary110101111100110111111110111110011001111110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDFE; }

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

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

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

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

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

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

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

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