#D0CCEE

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

Shades of Quartz #D0CCEE

Tints of Quartz #D0CCEE

Color information

#D0CCEE (or 0xD0CCEE) is unknown color: approx Quartz. HEX triplet: D0, CC and EE. RGB value is (208,204,238). Sum of RGB (Red+Green+Blue) = 208+204+238=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEE is #2F3311. Grayscale: #D0D0D0. Windows color (decimal): -3093266 or 15650000. OLE color: 15650000.

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

Color convert

RGB208204238-
CMYK0.130.1400.07
HSL247.06º50%86.67%-
HSV(B)247.06º14.29%93.33%-
XYZ63.0462.7789.68-
YUV209.07144.33127.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=32%
G=31.38%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082042380.130.1400.07247.065086.67
HexD0CCEEDE07f73257
Octal32031435615160736762127
Binary110100001100110011101110110111100111111101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCEE; }

 p { color: rgb(208,204,238); }

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

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

 a { background-color: rgb(208,204,238); }

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

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

 span { border-color: rgb(208,204,238); }

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