Html Css Color HEX #D6CEB5 Aths Special

📋 copy color: '#D6CEB5'

red 214 ◦ green 206 ◦ blue 181

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

Shades of Aths Special #D6CEB5

Tints of Aths Special #D6CEB5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

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

R = 35.61%
G = 34.28%
B = 30.12%

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

#D6CEB5 (or 0xD6CEB5) is known color: Aths Special. HEX triplet: D6, CE and B5. RGB value is (214,206,181). Sum of RGB (Red+Green+Blue) = 214+206+181=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEB5 is #29314A. Grayscale: #CDCDCD. Windows color (decimal): -2699595 or 11914966. OLE color: 11914966.

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

Color convert

RGB 214 206 181 -
CMYK 0 0.04 0.15 0.16
HSL 45.45º 0.29% 0.77% -
HSV(B) 45.45º 0.15% 0.84% -
XYZ 58.14 61.77 52.58 -
YUV 205.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 214 206 181 0 0.04 0.15 0.16 45.45 0.29 0.77
Hex D6 CE B5 0 4 F 10 2D 1D 4D
Octal 326 316 265 0 4 17 20 55 35 115
Binary 11010110 11001110 10110101 0 100 1111 10000 101101 11101 1001101

Color Harmonies of #D6CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEB5

Black with #D6CEB5

Text Example


Text Example

White with #D6CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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