#D1CCEE

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

Shades of Quartz #D1CCEE

Tints of Quartz #D1CCEE

Color information

#D1CCEE (or 0xD1CCEE) is unknown color: approx Quartz. HEX triplet: D1, CC and EE. RGB value is (209,204,238). Sum of RGB (Red+Green+Blue) = 209+204+238=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEE is #2E3311. Grayscale: #D1D1D1. Windows color (decimal): -3027730 or 15650001. OLE color: 15650001.

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

Color convert

RGB209204238-
CMYK0.120.1400.07
HSL248.82º50%86.67%-
HSV(B)248.82º14.29%93.33%-
XYZ63.3262.9189.7-
YUV209.37144.16127.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=32.10%
G=31.34%
B=36.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092042380.120.1400.07248.825086.67
HexD1CCEECE07f93257
Octal32131435614160737162127
Binary110100011100110011101110110011100111111110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCEE; }

 p { color: rgb(209,204,238); }

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

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

 a { background-color: rgb(209,204,238); }

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

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

 span { border-color: rgb(209,204,238); }

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