#D0CDF0

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

Shades of Quartz #D0CDF0

Tints of Quartz #D0CDF0

Color information

#D0CDF0 (or 0xD0CDF0) is unknown color: approx Quartz. HEX triplet: D0, CD and F0. RGB value is (208,205,240). Sum of RGB (Red+Green+Blue) = 208+205+240=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #D0CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDF0 is #2F320F. Grayscale: #D1D1D1. Windows color (decimal): -3093008 or 15781328. OLE color: 15781328.

HSL color Cylindrical-coordinate representation of color #D0CDF0: hue angle of 245.14º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CDF0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208205240-
CMYK0.130.1500.06
HSL245.14º53.85%87.25%-
HSV(B)245.14º14.58%94.12%-
XYZ63.5763.3691.32-
YUV209.89144.99126.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=31.85%
G=31.39%
B=36.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082052400.130.1500.06245.1453.8587.25
HexD0CDF0DF06f53657
Octal32031536015170636566127
Binary110100001100110111110000110111110110111101011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDF0; }

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

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

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

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

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

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

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

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