#D4C8FF

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

Shades of Lavender Blue #D4C8FF

Tints of Lavender Blue #D4C8FF

Color information

#D4C8FF (or 0xD4C8FF) is unknown color: approx Lavender Blue. HEX triplet: D4, C8 and FF. RGB value is (212,200,255). Sum of RGB (Red+Green+Blue) = 212+200+255=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 200 (78.52% from 255 or 29.99% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C8FF is #2B3700. Grayscale: #D1D1D1. Windows color (decimal): -2832129 or 16763092. OLE color: 16763092.

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

Color convert

RGB212200255-
CMYK0.170.2200
HSL253.09º100%89.22%-
HSV(B)253.09º21.57%100%-
XYZ65.8662.53103.21-
YUV209.86153.48129.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 200 (78.52% from 255) = 29.99%
BLUE value IS 255 (100% from 255) = 38.23%
R=31.78%
G=29.99%
B=38.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122002550.170.2200253.0910089.22
HexD4C8FF111600fd6459
Octal324310377212600375144131
Binary1101010011001000111111111000110110001111110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8FF; }

 p { color: rgb(212,200,255); }

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

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

 a { background-color: rgb(212,200,255); }

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

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

 span { border-color: rgb(212,200,255); }

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