Html Css Color HEX #D1CABB Aths Special

📋 copy color: '#D1CABB'

red 209 ◦ green 202 ◦ blue 187

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

Shades of Aths Special #D1CABB

Tints of Aths Special #D1CABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.27%

R = 34.95%
G = 33.78%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D1CABB (or 0xD1CABB) is known color: Aths Special. HEX triplet: D1, CA and BB. RGB value is (209,202,187). Sum of RGB (Red+Green+Blue) = 209+202+187=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CABB is #2E3544. Grayscale: #CACACA. Windows color (decimal): -3028293 or 12307153. OLE color: 12307153.

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

Color convert

RGB 209 202 187 -
CMYK 0 0.03 0.11 0.18
HSL 40.91º 0.19% 0.78% -
HSV(B) 40.91º 0.11% 0.82% -
XYZ 56.38 59.38 55.5 -
YUV 202.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 209 202 187 0 0.03 0.11 0.18 40.91 0.19 0.78
Hex D1 CA BB 0 3 B 12 29 13 4E
Octal 321 312 273 0 3 13 22 51 23 116
Binary 11010001 11001010 10111011 0 11 1011 10010 101001 10011 1001110

Color Harmonies of #D1CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CABB

Black with #D1CABB

Text Example


Text Example

White with #D1CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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