#D8DDFC

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

Shades of Quartz #D8DDFC

Tints of Quartz #D8DDFC

Color information

#D8DDFC (or 0xD8DDFC) is unknown color: approx Quartz. HEX triplet: D8, DD and FC. RGB value is (216,221,252). Sum of RGB (Red+Green+Blue) = 216+221+252=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDFC is #272203. Grayscale: #DEDEDE. Windows color (decimal): -2564612 or 16571864. OLE color: 16571864.

HSL color Cylindrical-coordinate representation of color #D8DDFC: hue angle of 231.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8DDFC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216221252-
CMYK0.140.1200.01
HSL231.67º85.71%91.76%-
HSV(B)231.67º14.29%98.82%-
XYZ71.7573.34102.47-
YUV223.04144.34122.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=31.35%
G=32.08%
B=36.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162212520.140.1200.01231.6785.7191.76
HexD8DDFCEC01e8565c
Octal330335374161401350126134
Binary11011000110111011111110011101100011110100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDFC; }

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

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

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

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

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

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

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

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