#D8CFFB

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

Shades of Quartz #D8CFFB

Tints of Quartz #D8CFFB

Color information

#D8CFFB (or 0xD8CFFB) is unknown color: approx Quartz. HEX triplet: D8, CF and FB. RGB value is (216,207,251). Sum of RGB (Red+Green+Blue) = 216+207+251=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFB is #273004. Grayscale: #D6D6D6. Windows color (decimal): -2568197 or 16502744. OLE color: 16502744.

HSL color Cylindrical-coordinate representation of color #D8CFFB: hue angle of 252.27º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CFFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216207251-
CMYK0.140.1800.02
HSL252.27º84.62%89.8%-
HSV(B)252.27º17.53%98.43%-
XYZ68.0466.19100.46-
YUV214.71148.48128.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 251 (98.44% from 255) = 37.24%
R=32.05%
G=30.71%
B=37.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162072510.140.1800.02252.2784.6289.8
HexD8CFFBE1202fc555a
Octal330317373162202374125132
Binary1101100011001111111110111110100100101111110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFFB; }

 p { color: rgb(216,207,251); }

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

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

 a { background-color: rgb(216,207,251); }

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

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

 span { border-color: rgb(216,207,251); }

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