Html Css Color HEX #D5CDB6 Aths Special

📋 copy color: '#D5CDB6'

red 213 ◦ green 205 ◦ blue 182

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

Shades of Aths Special #D5CDB6

Tints of Aths Special #D5CDB6

RGB

 RED value IS 213 (83.59% from 255) = 35.5%

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 35.5%
G = 34.17%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5CDB6 (or 0xD5CDB6) is known color: Aths Special. HEX triplet: D5, CD and B6. RGB value is (213,205,182). Sum of RGB (Red+Green+Blue) = 213+205+182=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDB6 is #2A3249. Grayscale: #CCCCCC. Windows color (decimal): -2765386 or 11980245. OLE color: 11980245.

HSL color Cylindrical-coordinate representation of color #D5CDB6: hue angle of 44.52º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CDB6 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 182 -
CMYK 0 0.04 0.15 0.16
HSL 44.52º 0.27% 0.77% -
HSV(B) 44.52º 0.15% 0.84% -
XYZ 57.72 61.19 53.02 -
YUV 204.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 213 205 182 0 0.04 0.15 0.16 44.52 0.27 0.77
Hex D5 CD B6 0 4 F 10 2D 1B 4D
Octal 325 315 266 0 4 17 20 55 33 115
Binary 11010101 11001101 10110110 0 100 1111 10000 101101 11011 1001101

Color Harmonies of #D5CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDB6

Black with #D5CDB6

Text Example


Text Example

White with #D5CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDB6; }

 p { color: rgb(213,205,182); }

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

background-color css

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

 a { background-color: rgb(213,205,182); }

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

border-color css

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

 span { border-color: rgb(213,205,182); }

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