#D9CFFB

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

Shades of Quartz #D9CFFB

Tints of Quartz #D9CFFB

Color information

#D9CFFB (or 0xD9CFFB) is unknown color: approx Quartz. HEX triplet: D9, CF and FB. RGB value is (217,207,251). Sum of RGB (Red+Green+Blue) = 217+207+251=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFB is #263004. Grayscale: #D6D6D6. Windows color (decimal): -2502661 or 16502745. OLE color: 16502745.

HSL color Cylindrical-coordinate representation of color #D9CFFB: hue angle of 253.64º 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 #D9CFFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217207251-
CMYK0.140.1800.02
HSL253.64º84.62%89.8%-
HSV(B)253.64º17.53%98.43%-
XYZ68.3466.34100.47-
YUV215.01148.31129.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=32.15%
G=30.67%
B=37.19%

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
Decimal2172072510.140.1800.02253.6484.6289.8
HexD9CFFBE1202fe555a
Octal331317373162202376125132
Binary1101100111001111111110111110100100101111111010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFFB; }

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

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

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

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

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

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

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

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