#D8CEF8

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

Shades of Quartz #D8CEF8

Tints of Quartz #D8CEF8

Color information

#D8CEF8 (or 0xD8CEF8) is unknown color: approx Quartz. HEX triplet: D8, CE and F8. RGB value is (216,206,248). Sum of RGB (Red+Green+Blue) = 216+206+248=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEF8 is #273107. Grayscale: #D5D5D5. Windows color (decimal): -2568456 or 16305880. OLE color: 16305880.

HSL color Cylindrical-coordinate representation of color #D8CEF8: hue angle of 254.29º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8CEF8 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216206248-
CMYK0.130.1700.03
HSL254.29º75%89.02%-
HSV(B)254.29º16.94%97.25%-
XYZ67.3365.5297.9-
YUV213.78147.31129.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.24%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 248 (97.27% from 255) = 37.01%
R=32.24%
G=30.75%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162062480.130.1700.03254.297589.02
HexD8CEF8D1103fe4b59
Octal330316370152103376113131
Binary1101100011001110111110001101100010111111111010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEF8; }

 p { color: rgb(216,206,248); }

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

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

 a { background-color: rgb(216,206,248); }

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

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

 span { border-color: rgb(216,206,248); }

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