#D1CEF0

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

Shades of Quartz #D1CEF0

Tints of Quartz #D1CEF0

Color information

#D1CEF0 (or 0xD1CEF0) is unknown color: approx Quartz. HEX triplet: D1, CE and F0. RGB value is (209,206,240). Sum of RGB (Red+Green+Blue) = 209+206+240=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEF0 is #2E310F. Grayscale: #D2D2D2. Windows color (decimal): -3027216 or 15781585. OLE color: 15781585.

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

Color convert

RGB209206240-
CMYK0.130.1400.06
HSL245.29º53.12%87.45%-
HSV(B)245.29º14.17%94.12%-
XYZ64.0963.9991.41-
YUV210.77144.49126.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=31.91%
G=31.45%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092062400.130.1400.06245.2953.1287.45
HexD1CEF0DE06f53557
Octal32131636015160636565127
Binary110100011100111011110000110111100110111101011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEF0; }

 p { color: rgb(209,206,240); }

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

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

 a { background-color: rgb(209,206,240); }

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

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

 span { border-color: rgb(209,206,240); }

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