#D0CDE3

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

Shades of Quartz #D0CDE3

Tints of Quartz #D0CDE3

Color information

#D0CDE3 (or 0xD0CDE3) is unknown color: approx Quartz. HEX triplet: D0, CD and E3. RGB value is (208,205,227). Sum of RGB (Red+Green+Blue) = 208+205+227=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #D0CDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDE3 is #2F321C. Grayscale: #D0D0D0. Windows color (decimal): -3093021 or 14929360. OLE color: 14929360.

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

Color convert

RGB208205227-
CMYK0.080.1000.11
HSL248.18º28.21%84.71%-
HSV(B)248.18º9.69%89.02%-
XYZ61.7162.6281.51-
YUV208.4138.49127.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.5%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=32.5%
G=32.03%
B=35.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082052270.080.1000.11248.1828.2184.71
HexD0CDE38A0Bf81c55
Octal320315343101201337034125
Binary110100001100110111100011100010100101111111000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDE3; }

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

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

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

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

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

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

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

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