#D8DEFE

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

Shades of Quartz #D8DEFE

Tints of Quartz #D8DEFE

Color information

#D8DEFE (or 0xD8DEFE) is unknown color: approx Quartz. HEX triplet: D8, DE and FE. RGB value is (216,222,254). Sum of RGB (Red+Green+Blue) = 216+222+254=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEFE is #272101. Grayscale: #DFDFDF. Windows color (decimal): -2564354 or 16703192. OLE color: 16703192.

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

Color convert

RGB216222254-
CMYK0.150.1300.00
HSL230.53º95%92.16%-
HSV(B)230.53º14.96%99.61%-
XYZ72.3374104.24-
YUV223.85145.01122.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.21%
GREEN value IS 222 (87.11% from 255) = 32.08%
BLUE value IS 254 (99.61% from 255) = 36.71%
R=31.21%
G=32.08%
B=36.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162222540.150.1300.00230.539592.16
HexD8DEFEFD00e75f5c
Octal330336376171500347137134
Binary11011000110111101111111011111101001110011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEFE; }

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

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

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

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

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

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

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

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