#D8CCFD

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

Shades of Lavender Blue #D8CCFD

Tints of Lavender Blue #D8CCFD

Color information

#D8CCFD (or 0xD8CCFD) is unknown color: approx Lavender Blue. HEX triplet: D8, CC and FD. RGB value is (216,204,253). Sum of RGB (Red+Green+Blue) = 216+204+253=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFD is #273302. Grayscale: #D4D4D4. Windows color (decimal): -2568963 or 16633048. OLE color: 16633048.

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

Color convert

RGB216204253-
CMYK0.150.1900.01
HSL254.69º92.45%89.61%-
HSV(B)254.69º19.37%99.22%-
XYZ67.6464.88101.89-
YUV213.17150.48130.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=32.10%
G=30.31%
B=37.59%

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
Decimal2162042530.150.1900.01254.6992.4589.61
HexD8CCFDF1301ff5c5a
Octal330314375172301377134132
Binary110110001100110011111101111110011011111111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFD; }

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

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

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

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

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

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

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

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