#D8CCFE

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

Shades of Lavender Blue #D8CCFE

Tints of Lavender Blue #D8CCFE

Color information

#D8CCFE (or 0xD8CCFE) is unknown color: approx Lavender Blue. HEX triplet: D8, CC and FE. RGB value is (216,204,254). Sum of RGB (Red+Green+Blue) = 216+204+254=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFE is #273301. Grayscale: #D5D5D5. Windows color (decimal): -2568962 or 16698584. OLE color: 16698584.

HSL color Cylindrical-coordinate representation of color #D8CCFE: hue angle of 254.4º 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 #D8CCFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216204254-
CMYK0.150.2000.00
HSL254.4º96.15%89.8%-
HSV(B)254.4º19.69%99.61%-
XYZ67.864.94102.73-
YUV213.29150.98129.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=32.05%
G=30.27%
B=37.69%

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
Decimal2162042540.150.2000.00254.496.1589.8
HexD8CCFEF1400fe605a
Octal330314376172400376140132
Binary110110001100110011111110111110100001111111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFE; }

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

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

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

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

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

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

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

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