#D4D7FE

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

Shades of Quartz #D4D7FE

Tints of Quartz #D4D7FE

Color information

#D4D7FE (or 0xD4D7FE) is unknown color: approx Quartz. HEX triplet: D4, D7 and FE. RGB value is (212,215,254). Sum of RGB (Red+Green+Blue) = 212+215+254=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7FE is #2B2801. Grayscale: #DADADA. Windows color (decimal): -2828290 or 16701396. OLE color: 16701396.

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

Color convert

RGB212215254-
CMYK0.170.1500.00
HSL235.71º95.45%91.37%-
HSV(B)235.71º16.54%99.61%-
XYZ69.3469.75103.58-
YUV218.55148.01123.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.13%
GREEN value IS 215 (84.38% from 255) = 31.57%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=31.13%
G=31.57%
B=37.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2122152540.170.1500.00235.7195.4591.37
HexD4D7FE11F00ec5f5b
Octal324327376211700354137133
Binary110101001101011111111110100011111001110110010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7FE; }

 p { color: rgb(212,215,254); }

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

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

 a { background-color: rgb(212,215,254); }

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

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

 span { border-color: rgb(212,215,254); }

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