#D1CFDE

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

Shades of Quartz #D1CFDE

Tints of Quartz #D1CFDE

Color information

#D1CFDE (or 0xD1CFDE) is unknown color: approx Quartz. HEX triplet: D1, CF and DE. RGB value is (209,207,222). Sum of RGB (Red+Green+Blue) = 209+207+222=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFDE is #2E3021. Grayscale: #D1D1D1. Windows color (decimal): -3026978 or 14602193. OLE color: 14602193.

HSL color Cylindrical-coordinate representation of color #D1CFDE: hue angle of 248º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1CFDE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209207222-
CMYK0.060.0700.13
HSL248º18.52%84.12%-
HSV(B)248º6.76%87.06%-
XYZ61.7963.4578.1-
YUV209.31135.16127.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.76%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=32.76%
G=32.45%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092072220.060.0700.1324818.5284.12
HexD1CFDE670Df81354
Octal3213173366701537023124
Binary1101000111001111110111101101110110111111000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFDE; }

 p { color: rgb(209,207,222); }

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

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

 a { background-color: rgb(209,207,222); }

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

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

 span { border-color: rgb(209,207,222); }

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