#D1CFEB

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

Shades of Quartz #D1CFEB

Tints of Quartz #D1CFEB

Color information

#D1CFEB (or 0xD1CFEB) is unknown color: approx Quartz. HEX triplet: D1, CF and EB. RGB value is (209,207,235). Sum of RGB (Red+Green+Blue) = 209+207+235=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEB is #2E3014. Grayscale: #D2D2D2. Windows color (decimal): -3026965 or 15454161. OLE color: 15454161.

HSL color Cylindrical-coordinate representation of color #D1CFEB: hue angle of 244.29º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CFEB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209207235-
CMYK0.110.1200.08
HSL244.29º41.18%86.67%-
HSV(B)244.29º11.91%92.16%-
XYZ63.664.1887.63-
YUV210.79141.66126.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=32.10%
G=31.80%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092072350.110.1200.08244.2941.1886.67
HexD1CFEBBC08f42957
Octal321317353131401036451127
Binary1101000111001111111010111011110001000111101001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFEB; }

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

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

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

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

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

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

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

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