Html Css Color HEX #D8CDB5 Aths Special

📋 copy color: '#D8CDB5'

red 216 ◦ green 205 ◦ blue 181

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

Shades of Aths Special #D8CDB5

Tints of Aths Special #D8CDB5

RGB

 RED value IS 216 (84.77% from 255) = 35.88%

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

 BLUE value IS 181 (71.09% from 255) = 30.07%

R = 35.88%
G = 34.05%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D8CDB5 (or 0xD8CDB5) is known color: Aths Special. HEX triplet: D8, CD and B5. RGB value is (216,205,181). Sum of RGB (Red+Green+Blue) = 216+205+181=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDB5 is #27324A. Grayscale: #CDCDCD. Windows color (decimal): -2568779 or 11914712. OLE color: 11914712.

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

Color convert

RGB 216 205 181 -
CMYK 0 0.05 0.16 0.15
HSL 41.14º 0.31% 0.78% -
HSV(B) 41.14º 0.16% 0.85% -
XYZ 58.49 61.6 52.52 -
YUV 205.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 216 205 181 0 0.05 0.16 0.15 41.14 0.31 0.78
Hex D8 CD B5 0 5 10 F 29 1F 4E
Octal 330 315 265 0 5 20 17 51 37 116
Binary 11011000 11001101 10110101 0 101 10000 1111 101001 11111 1001110

Color Harmonies of #D8CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CDB5

Black with #D8CDB5

Text Example


Text Example

White with #D8CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CDB5; }

 p { color: rgb(216,205,181); }

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

background-color css

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

 a { background-color: rgb(216,205,181); }

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

border-color css

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

 span { border-color: rgb(216,205,181); }

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