#D1CEED

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

Shades of Quartz #D1CEED

Tints of Quartz #D1CEED

Color information

#D1CEED (or 0xD1CEED) is unknown color: approx Quartz. HEX triplet: D1, CE and ED. RGB value is (209,206,237). Sum of RGB (Red+Green+Blue) = 209+206+237=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEED is #2E3112. Grayscale: #D2D2D2. Windows color (decimal): -3027219 or 15584977. OLE color: 15584977.

HSL color Cylindrical-coordinate representation of color #D1CEED: hue angle of 245.81º degrees, saturation: 0.46, 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 #D1CEED is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209206237-
CMYK0.120.1300.07
HSL245.81º46.27%86.86%-
HSV(B)245.81º13.08%92.94%-
XYZ63.6563.8189.08-
YUV210.43142.99126.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.06%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=32.06%
G=31.60%
B=36.35%

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
Decimal2092062370.120.1300.07245.8146.2786.86
HexD1CEEDCD07f62e57
Octal32131635514150736656127
Binary110100011100111011101101110011010111111101101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CEED; }

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

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

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

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

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

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

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

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