#D8CCFC

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

Shades of Lavender Blue #D8CCFC

Tints of Lavender Blue #D8CCFC

Color information

#D8CCFC (or 0xD8CCFC) is unknown color: approx Lavender Blue. HEX triplet: D8, CC and FC. RGB value is (216,204,252). Sum of RGB (Red+Green+Blue) = 216+204+252=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCFC is #273303. Grayscale: #D4D4D4. Windows color (decimal): -2568964 or 16567512. OLE color: 16567512.

HSL color Cylindrical-coordinate representation of color #D8CCFC: hue angle of 255º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8CCFC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216204252-
CMYK0.140.1900.01
HSL255º88.89%89.41%-
HSV(B)255º19.05%98.82%-
XYZ67.4864.81101.05-
YUV213.06149.98130.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.14%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 252 (98.83% from 255) = 37.5%
R=32.14%
G=30.36%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162042520.140.1900.0125588.8989.41
HexD8CCFCE1301ff5959
Octal330314374162301377131131
Binary110110001100110011111100111010011011111111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCFC; }

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

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

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

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

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

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

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

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