#D2DAFF

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

Shades of Quartz #D2DAFF

Tints of Quartz #D2DAFF

Color information

#D2DAFF (or 0xD2DAFF) is unknown color: approx Quartz. HEX triplet: D2, DA and FF. RGB value is (210,218,255). Sum of RGB (Red+Green+Blue) = 210+218+255=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFF is #2D2500. Grayscale: #DBDBDB. Windows color (decimal): -2958593 or 16767698. OLE color: 16767698.

HSL color Cylindrical-coordinate representation of color #D2DAFF: hue angle of 229.33º 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 #D2DAFF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210218255-
CMYK0.180.1500
HSL229.33º100%91.18%-
HSV(B)229.33º17.65%100%-
XYZ69.771.06104.65-
YUV219.83147.85120.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.75%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 255 (100% from 255) = 37.34%
R=30.75%
G=31.92%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102182550.180.1500229.3310091.18
HexD2DAFF12F00e5645b
Octal322332377221700345144133
Binary110100101101101011111111100101111001110010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAFF; }

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

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

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

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

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

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

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

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