#D0CFEA

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

Shades of Quartz #D0CFEA

Tints of Quartz #D0CFEA

Color information

#D0CFEA (or 0xD0CFEA) is unknown color: approx Quartz. HEX triplet: D0, CF and EA. RGB value is (208,207,234). Sum of RGB (Red+Green+Blue) = 208+207+234=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFEA is #2F3015. Grayscale: #D2D2D2. Windows color (decimal): -3092502 or 15388624. OLE color: 15388624.

HSL color Cylindrical-coordinate representation of color #D0CFEA: hue angle of 242.22º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CFEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208207234-
CMYK0.110.1200.08
HSL242.22º39.13%86.47%-
HSV(B)242.22º11.54%91.76%-
XYZ63.1863.9886.86-
YUV210.38141.33126.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=32.05%
G=31.90%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082072340.110.1200.08242.2239.1386.47
HexD0CFEABC08f22756
Octal320317352131401036247126
Binary1101000011001111111010101011110001000111100101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFEA; }

 p { color: rgb(208,207,234); }

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

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

 a { background-color: rgb(208,207,234); }

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

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

 span { border-color: rgb(208,207,234); }

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