Html Css Color HEX #D6CDB5 Aths Special

📋 copy color: '#D6CDB5'

red 214 ◦ green 205 ◦ blue 181

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

Shades of Aths Special #D6CDB5

Tints of Aths Special #D6CDB5

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

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

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

R = 35.67%
G = 34.17%
B = 30.17%

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

#D6CDB5 (or 0xD6CDB5) is known color: Aths Special. HEX triplet: D6, CD and B5. RGB value is (214,205,181). Sum of RGB (Red+Green+Blue) = 214+205+181=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDB5 is #29324A. Grayscale: #CDCDCD. Windows color (decimal): -2699851 or 11914710. OLE color: 11914710.

HSL color Cylindrical-coordinate representation of color #D6CDB5: hue angle of 43.64º degrees, saturation: 0.29, 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 #D6CDB5 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 205 181 -
CMYK 0 0.04 0.15 0.16
HSL 43.64º 0.29% 0.77% -
HSV(B) 43.64º 0.15% 0.84% -
XYZ 57.9 61.29 52.5 -
YUV 204.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 214 205 181 0 0.04 0.15 0.16 43.64 0.29 0.77
Hex D6 CD B5 0 4 F 10 2C 1D 4D
Octal 326 315 265 0 4 17 20 54 35 115
Binary 11010110 11001101 10110101 0 100 1111 10000 101100 11101 1001101

Color Harmonies of #D6CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDB5

Black with #D6CDB5

Text Example


Text Example

White with #D6CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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