#D8DDFF

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

Shades of Quartz #D8DDFF

Tints of Quartz #D8DDFF

Color information

#D8DDFF (or 0xD8DDFF) is unknown color: approx Quartz. HEX triplet: D8, DD and FF. RGB value is (216,221,255). Sum of RGB (Red+Green+Blue) = 216+221+255=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDFF is #272200. Grayscale: #DFDFDF. Windows color (decimal): -2564609 or 16768472. OLE color: 16768472.

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

Color convert

RGB216221255-
CMYK0.150.1300
HSL232.31º100%92.35%-
HSV(B)232.31º15.29%100%-
XYZ72.2373.53104.99-
YUV223.38145.84122.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.21%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 255 (100% from 255) = 36.85%
R=31.21%
G=31.94%
B=36.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162212550.150.1300232.3110092.35
HexD8DDFFFD00e8645c
Octal330335377171500350144134
Binary11011000110111011111111111111101001110100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDFF; }

 p { color: rgb(216,221,255); }

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

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

 a { background-color: rgb(216,221,255); }

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

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

 span { border-color: rgb(216,221,255); }

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