#D7CEFC

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

Shades of Lavender Blue #D7CEFC

Tints of Lavender Blue #D7CEFC

Color information

#D7CEFC (or 0xD7CEFC) is unknown color: approx Lavender Blue. HEX triplet: D7, CE and FC. RGB value is (215,206,252). Sum of RGB (Red+Green+Blue) = 215+206+252=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEFC is #283103. Grayscale: #D5D5D5. Windows color (decimal): -2633988 or 16568023. OLE color: 16568023.

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

Color convert

RGB215206252-
CMYK0.150.1800.01
HSL251.74º88.46%89.8%-
HSV(B)251.74º18.25%98.82%-
XYZ67.6765.62101.19-
YUV213.94149.48128.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=31.95%
G=30.61%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152062520.150.1800.01251.7488.4689.8
HexD7CEFCF1201fc585a
Octal327316374172201374130132
Binary110101111100111011111100111110010011111110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEFC; }

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

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

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

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

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

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

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

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