Html Css Color HEX #D6CEB3 Aths Special

📋 copy color: '#D6CEB3'

red 214 ◦ green 206 ◦ blue 179

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

Shades of Aths Special #D6CEB3

Tints of Aths Special #D6CEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.88%

R = 35.73%
G = 34.39%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6CEB3 (or 0xD6CEB3) is known color: Aths Special. HEX triplet: D6, CE and B3. RGB value is (214,206,179). Sum of RGB (Red+Green+Blue) = 214+206+179=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEB3 is #29314C. Grayscale: #CDCDCD. Windows color (decimal): -2699597 or 11783894. OLE color: 11783894.

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

Color convert

RGB 214 206 179 -
CMYK 0 0.04 0.16 0.16
HSL 46.29º 0.3% 0.77% -
HSV(B) 46.29º 0.16% 0.84% -
XYZ 57.94 61.69 51.5 -
YUV 205.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 214 206 179 0 0.04 0.16 0.16 46.29 0.3 0.77
Hex D6 CE B3 0 4 10 10 2E 1E 4D
Octal 326 316 263 0 4 20 20 56 36 115
Binary 11010110 11001110 10110011 0 100 10000 10000 101110 11110 1001101

Color Harmonies of #D6CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEB3

Black with #D6CEB3

Text Example


Text Example

White with #D6CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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