#D9CFB2

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

Shades of Aths Special #D9CFB2

Tints of Aths Special #D9CFB2

Color information

#D9CFB2 (or 0xD9CFB2) is unknown color: approx Aths Special. HEX triplet: D9, CF and B2. RGB value is (217,207,178). Sum of RGB (Red+Green+Blue) = 217+207+178=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CFB2 is #26304D. Grayscale: #CECECE. Windows color (decimal): -2502734 or 11718617. OLE color: 11718617.

HSL color Cylindrical-coordinate representation of color #D9CFB2: hue angle of 44.62º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CFB2 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217207178-
CMYK00.050.180.15
HSL44.62º33.91%77.45%-
HSV(B)44.62º17.97%85.1%-
XYZ58.9662.5951.09-
YUV206.68111.81135.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=36.05%
G=34.39%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720717800.050.180.1544.6233.9177.45
HexD9CFB20512F2d224d
Octal3313172620522175542115
Binary11011001110011111011001001011001011111011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFB2; }

 p { color: rgb(217,207,178); }

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

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

 a { background-color: rgb(217,207,178); }

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

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

 span { border-color: rgb(217,207,178); }

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