#D4DAFF

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

Shades of Quartz #D4DAFF

Tints of Quartz #D4DAFF

Color information

#D4DAFF (or 0xD4DAFF) is unknown color: approx Quartz. HEX triplet: D4, DA and FF. RGB value is (212,218,255). Sum of RGB (Red+Green+Blue) = 212+218+255=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DAFF is #2B2500. Grayscale: #DCDCDC. Windows color (decimal): -2827521 or 16767700. OLE color: 16767700.

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

Color convert

RGB212218255-
CMYK0.170.1500
HSL231.63º100%91.57%-
HSV(B)231.63º16.86%100%-
XYZ70.2771.36104.68-
YUV220.42147.51121.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.95%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 255 (100% from 255) = 37.23%
R=30.95%
G=31.82%
B=37.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122182550.170.1500231.6310091.57
HexD4DAFF11F00e8645c
Octal324332377211700350144134
Binary110101001101101011111111100011111001110100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAFF; }

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

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

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

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

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

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

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

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