#D7CCFE

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

Shades of Lavender Blue #D7CCFE

Tints of Lavender Blue #D7CCFE

Color information

#D7CCFE (or 0xD7CCFE) is unknown color: approx Lavender Blue. HEX triplet: D7, CC and FE. RGB value is (215,204,254). Sum of RGB (Red+Green+Blue) = 215+204+254=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCFE is #283301. Grayscale: #D4D4D4. Windows color (decimal): -2634498 or 16698583. OLE color: 16698583.

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

Color convert

RGB215204254-
CMYK0.150.2000.00
HSL253.2º96.15%89.8%-
HSV(B)253.2º19.69%99.61%-
XYZ67.5164.79102.71-
YUV212.99151.14129.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=31.95%
G=30.31%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2152042540.150.2000.00253.296.1589.8
HexD7CCFEF1400fd605a
Octal327314376172400375140132
Binary110101111100110011111110111110100001111110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCFE; }

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

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

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

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

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

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

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

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