#D1CFED

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

Shades of Quartz #D1CFED

Tints of Quartz #D1CFED

Color information

#D1CFED (or 0xD1CFED) is unknown color: approx Quartz. HEX triplet: D1, CF and ED. RGB value is (209,207,237). Sum of RGB (Red+Green+Blue) = 209+207+237=653 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.01% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFED is #2E3012. Grayscale: #D2D2D2. Windows color (decimal): -3026963 or 15585233. OLE color: 15585233.

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

Color convert

RGB209207237-
CMYK0.120.1300.07
HSL244º45.45%87.06%-
HSV(B)244º12.66%92.94%-
XYZ63.8964.389.16-
YUV211.02142.66126.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=32.01%
G=31.70%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092072370.120.1300.0724445.4587.06
HexD1CFEDCD07f42d57
Octal32131735514150736455127
Binary110100011100111111101101110011010111111101001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFED; }

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

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

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

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

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

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

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

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