#D7CEFA

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

Shades of Lavender Blue #D7CEFA

Tints of Lavender Blue #D7CEFA

Color information

#D7CEFA (or 0xD7CEFA) is unknown color: approx Lavender Blue. HEX triplet: D7, CE and FA. RGB value is (215,206,250). Sum of RGB (Red+Green+Blue) = 215+206+250=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEFA is #283105. Grayscale: #D5D5D5. Windows color (decimal): -2633990 or 16436951. OLE color: 16436951.

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

Color convert

RGB215206250-
CMYK0.140.1800.02
HSL252.27º81.48%89.41%-
HSV(B)252.27º17.6%98.04%-
XYZ67.3565.4999.53-
YUV213.71148.48128.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.04%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=32.04%
G=30.70%
B=37.26%

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
Decimal2152062500.140.1800.02252.2781.4889.41
HexD7CEFAE1202fc5159
Octal327316372162202374121131
Binary1101011111001110111110101110100100101111110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEFA; }

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

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

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

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

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

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

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

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