#D8DEFF

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

Shades of Quartz #D8DEFF

Tints of Quartz #D8DEFF

Color information

#D8DEFF (or 0xD8DEFF) is unknown color: approx Quartz. HEX triplet: D8, DE and FF. RGB value is (216,222,255). Sum of RGB (Red+Green+Blue) = 216+222+255=693 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.17% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFF is #272100. Grayscale: #DFDFDF. Windows color (decimal): -2564353 or 16768728. OLE color: 16768728.

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

Color convert

RGB216222255-
CMYK0.150.1300
HSL230.77º100%92.35%-
HSV(B)230.77º15.29%100%-
XYZ72.4974.06105.08-
YUV223.97145.51122.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.17%
GREEN value IS 222 (87.11% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 36.80%
R=31.17%
G=32.03%
B=36.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162222550.150.1300230.7710092.35
HexD8DEFFFD00e7645c
Octal330336377171500347144134
Binary11011000110111101111111111111101001110011111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEFF; }

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

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

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

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

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

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

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

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