#D2CEEE

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

Shades of Quartz #D2CEEE

Tints of Quartz #D2CEEE

Color information

#D2CEEE (or 0xD2CEEE) is unknown color: approx Quartz. HEX triplet: D2, CE and EE. RGB value is (210,206,238). Sum of RGB (Red+Green+Blue) = 210+206+238=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEE is #2D3111. Grayscale: #D2D2D2. Windows color (decimal): -2961682 or 15650514. OLE color: 15650514.

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

Color convert

RGB210206238-
CMYK0.120.1300.07
HSL247.5º48.48%87.06%-
HSV(B)247.5º13.45%93.33%-
XYZ64.0864.0289.87-
YUV210.84143.33127.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 206 (80.86% from 255) = 31.50%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=32.11%
G=31.50%
B=36.39%

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
Decimal2102062380.120.1300.07247.548.4887.06
HexD2CEEECD07f83057
Octal32231635614150737060127
Binary110100101100111011101110110011010111111110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEEE; }

 p { color: rgb(210,206,238); }

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

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

 a { background-color: rgb(210,206,238); }

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

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

 span { border-color: rgb(210,206,238); }

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