#D0CDE2

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

Shades of Quartz #D0CDE2

Tints of Quartz #D0CDE2

Color information

#D0CDE2 (or 0xD0CDE2) is unknown color: approx Quartz. HEX triplet: D0, CD and E2. RGB value is (208,205,226). Sum of RGB (Red+Green+Blue) = 208+205+226=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #D0CDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDE2 is #2F321D. Grayscale: #D0D0D0. Windows color (decimal): -3093022 or 14863824. OLE color: 14863824.

HSL color Cylindrical-coordinate representation of color #D0CDE2: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CDE2 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208205226-
CMYK0.080.0900.11
HSL248.57º26.58%84.51%-
HSV(B)248.57º9.29%88.63%-
XYZ61.5762.5680.78-
YUV208.29137.99127.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.55%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=32.55%
G=32.08%
B=35.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082052260.080.0900.11248.5726.5884.51
HexD0CDE2890Bf91b55
Octal320315342101101337133125
Binary110100001100110111100010100010010101111111001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDE2; }

 p { color: rgb(208,205,226); }

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

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

 a { background-color: rgb(208,205,226); }

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

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

 span { border-color: rgb(208,205,226); }

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