#D0CEF1

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

Shades of Quartz #D0CEF1

Tints of Quartz #D0CEF1

Color information

#D0CEF1 (or 0xD0CEF1) is unknown color: approx Quartz. HEX triplet: D0, CE and F1. RGB value is (208,206,241). Sum of RGB (Red+Green+Blue) = 208+206+241=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF1 is #2F310E. Grayscale: #D2D2D2. Windows color (decimal): -3092751 or 15847120. OLE color: 15847120.

HSL color Cylindrical-coordinate representation of color #D0CEF1: hue angle of 243.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CEF1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208206241-
CMYK0.140.1500.05
HSL243.43º55.56%87.65%-
HSV(B)243.43º14.52%94.51%-
XYZ63.9663.992.18-
YUV210.59145.16126.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.76%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=31.76%
G=31.45%
B=36.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082062410.140.1500.05243.4355.5687.65
HexD0CEF1EF05f33858
Octal32031636116170536370130
Binary110100001100111011110001111011110101111100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEF1; }

 p { color: rgb(208,206,241); }

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

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

 a { background-color: rgb(208,206,241); }

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

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

 span { border-color: rgb(208,206,241); }

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