#D7CEFF

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

Shades of Lavender Blue #D7CEFF

Tints of Lavender Blue #D7CEFF

Color information

#D7CEFF (or 0xD7CEFF) is unknown color: approx Lavender Blue. HEX triplet: D7, CE and FF. RGB value is (215,206,255). Sum of RGB (Red+Green+Blue) = 215+206+255=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEFF is #283100. Grayscale: #D6D6D6. Windows color (decimal): -2633985 or 16764631. OLE color: 16764631.

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

Color convert

RGB215206255-
CMYK0.160.1900
HSL251.02º100%90.39%-
HSV(B)251.02º19.22%100%-
XYZ68.1565.81103.72-
YUV214.28150.98128.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 206 (80.86% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 37.72%
R=31.80%
G=30.47%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152062550.160.1900251.0210090.39
HexD7CEFF101300fb645a
Octal327316377202300373144132
Binary1101011111001110111111111000010011001111101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEFF; }

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

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

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

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

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

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

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

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