#D0D1E0

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

Shades of Quartz #D0D1E0

Tints of Quartz #D0D1E0

Color information

#D0D1E0 (or 0xD0D1E0) is unknown color: approx Quartz. HEX triplet: D0, D1 and E0. RGB value is (208,209,224). Sum of RGB (Red+Green+Blue) = 208+209+224=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0D1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D1E0 is #2F2E1F. Grayscale: #D2D2D2. Windows color (decimal): -3092000 or 14733776. OLE color: 14733776.

HSL color Cylindrical-coordinate representation of color #D0D1E0: hue angle of 236.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0D1E0 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208209224-
CMYK0.070.0700.12
HSL236.25º20.51%84.71%-
HSV(B)236.25º7.14%87.84%-
XYZ62.2764.3979.67-
YUV210.41135.67126.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.45%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=32.45%
G=32.61%
B=34.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082092240.070.0700.12236.2520.5184.71
HexD0D1E0770Cec1555
Octal3203213407701435425125
Binary1101000011010001111000001111110110011101100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1E0; }

 p { color: rgb(208,209,224); }

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

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

 a { background-color: rgb(208,209,224); }

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

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

 span { border-color: rgb(208,209,224); }

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