Html Css Color HEX #D1CAB6 Aths Special

📋 copy color: '#D1CAB6'

red 209 ◦ green 202 ◦ blue 182

#D1CAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #D1CAB6

Tints of Aths Special #D1CAB6

RGB

 RED value IS 209 (82.03% from 255) = 35.24%

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 182 (71.48% from 255) = 30.69%

R = 35.24%
G = 34.06%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D1CAB6 (or 0xD1CAB6) is known color: Aths Special. HEX triplet: D1, CA and B6. RGB value is (209,202,182). Sum of RGB (Red+Green+Blue) = 209+202+182=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAB6 is #2E3549. Grayscale: #C9C9C9. Windows color (decimal): -3028298 or 11979473. OLE color: 11979473.

HSL color Cylindrical-coordinate representation of color #D1CAB6: hue angle of 44.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CAB6 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 202 182 -
CMYK 0 0.03 0.13 0.18
HSL 44.44º 0.23% 0.77% -
HSV(B) 44.44º 0.13% 0.82% -
XYZ 55.86 59.17 52.73 -
YUV 201.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 209 202 182 0 0.03 0.13 0.18 44.44 0.23 0.77
Hex D1 CA B6 0 3 D 12 2C 17 4D
Octal 321 312 266 0 3 15 22 54 27 115
Binary 11010001 11001010 10110110 0 11 1101 10010 101100 10111 1001101

Color Harmonies of #D1CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CAB6

Black with #D1CAB6

Text Example


Text Example

White with #D1CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CAB6; }

 p { color: rgb(209,202,182); }

 H1.HeaderClassName
 {
   color: #D1CAB6;
 }
 .AnyTagClassName
 {
   color: #D1CAB6;
 }
</style>

background-color css

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

 a { background-color: rgb(209,202,182); }

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

border-color css

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

 span { border-color: rgb(209,202,182); }

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