#D2CDEE

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

Shades of Quartz #D2CDEE

Tints of Quartz #D2CDEE

Color information

#D2CDEE (or 0xD2CDEE) is unknown color: approx Quartz. HEX triplet: D2, CD and EE. RGB value is (210,205,238). Sum of RGB (Red+Green+Blue) = 210+205+238=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDEE is #2D3211. Grayscale: #D2D2D2. Windows color (decimal): -2961938 or 15650258. OLE color: 15650258.

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

Color convert

RGB210205238-
CMYK0.120.1400.07
HSL249.09º49.25%86.86%-
HSV(B)249.09º13.87%93.33%-
XYZ63.8463.5489.79-
YUV210.26143.66127.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=32.16%
G=31.39%
B=36.45%

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
Decimal2102052380.120.1400.07249.0949.2586.86
HexD2CDEECE07f93157
Octal32231535614160737161127
Binary110100101100110111101110110011100111111110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDEE; }

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

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

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

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

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

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

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

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