#D7CEFD

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

Shades of Lavender Blue #D7CEFD

Tints of Lavender Blue #D7CEFD

Color information

#D7CEFD (or 0xD7CEFD) is unknown color: approx Lavender Blue. HEX triplet: D7, CE and FD. RGB value is (215,206,253). Sum of RGB (Red+Green+Blue) = 215+206+253=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEFD is #283102. Grayscale: #D5D5D5. Windows color (decimal): -2633987 or 16633559. OLE color: 16633559.

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

Color convert

RGB215206253-
CMYK0.150.1900.01
HSL251.49º92.16%90%-
HSV(B)251.49º18.58%99.22%-
XYZ67.8365.68102.03-
YUV214.05149.98128.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=31.90%
G=30.56%
B=37.54%

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
Decimal2152062530.150.1900.01251.4992.1690
HexD7CEFDF1301fb5c5a
Octal327316375172301373134132
Binary110101111100111011111101111110011011111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEFD; }

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

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

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

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

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

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

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

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