#D4D2FF

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

Shades of Lavender Blue #D4D2FF

Tints of Lavender Blue #D4D2FF

Color information

#D4D2FF (or 0xD4D2FF) is unknown color: approx Lavender Blue. HEX triplet: D4, D2 and FF. RGB value is (212,210,255). Sum of RGB (Red+Green+Blue) = 212+210+255=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 210 (82.42% from 255 or 31.02% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D2FF is #2B2D00. Grayscale: #D7D7D7. Windows color (decimal): -2829569 or 16765652. OLE color: 16765652.

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

Color convert

RGB212210255-
CMYK0.170.1800
HSL242.67º100%91.18%-
HSV(B)242.67º17.65%100%-
XYZ68.2567.31104-
YUV215.73150.16125.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.31%
GREEN value IS 210 (82.42% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 37.67%
R=31.31%
G=31.02%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122102550.170.1800242.6710091.18
HexD4D2FF111200f3645b
Octal324322377212200363144133
Binary1101010011010010111111111000110010001111001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2FF; }

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

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

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

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

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

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

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

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