#DAC8CE

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

Shades of Prim #DAC8CE

Tints of Prim #DAC8CE

Color information

#DAC8CE (or 0xDAC8CE) is unknown color: approx Prim. HEX triplet: DA, C8 and CE. RGB value is (218,200,206). Sum of RGB (Red+Green+Blue) = 218+200+206=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8CE is #253731. Grayscale: #CECECE. Windows color (decimal): -2438962 or 13551834. OLE color: 13551834.

HSL color Cylindrical-coordinate representation of color #DAC8CE: hue angle of 340º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC8CE is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218200206-
CMYK00.080.060.15
HSL340º19.57%81.96%-
HSV(B)340º8.26%85.49%-
XYZ60.7160.6766.9-
YUV206.07127.96136.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=34.94%
G=32.05%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820020600.080.060.1534019.5781.96
HexDAC8CE086F1541452
Octal33231031601061752424122
Binary110110101100100011001110010001101111101010100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8CE; }

 p { color: rgb(218,200,206); }

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

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

 a { background-color: rgb(218,200,206); }

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

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

 span { border-color: rgb(218,200,206); }

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