#D4C9FF

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

Shades of Lavender Blue #D4C9FF

Tints of Lavender Blue #D4C9FF

Color information

#D4C9FF (or 0xD4C9FF) is unknown color: approx Lavender Blue. HEX triplet: D4, C9 and FF. RGB value is (212,201,255). Sum of RGB (Red+Green+Blue) = 212+201+255=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9FF is #2B3600. Grayscale: #D2D2D2. Windows color (decimal): -2831873 or 16763348. OLE color: 16763348.

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

Color convert

RGB212201255-
CMYK0.170.2100
HSL252.22º100%89.41%-
HSV(B)252.22º21.18%100%-
XYZ66.0962.99103.28-
YUV210.44153.14129.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.74%
GREEN value IS 201 (78.91% from 255) = 30.09%
BLUE value IS 255 (100% from 255) = 38.17%
R=31.74%
G=30.09%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122012550.170.2100252.2210089.41
HexD4C9FF111500fc6459
Octal324311377212500374144131
Binary1101010011001001111111111000110101001111110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C9FF; }

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

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

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

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

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

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

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

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