Html Css Color HEX #D6CEB4 Aths Special

📋 copy color: '#D6CEB4'

red 214 ◦ green 206 ◦ blue 180

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

Shades of Aths Special #D6CEB4

Tints of Aths Special #D6CEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30%

R = 35.67%
G = 34.33%
B = 30%

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

#D6CEB4 (or 0xD6CEB4) is known color: Aths Special. HEX triplet: D6, CE and B4. RGB value is (214,206,180). Sum of RGB (Red+Green+Blue) = 214+206+180=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEB4 is #29314B. Grayscale: #CDCDCD. Windows color (decimal): -2699596 or 11849430. OLE color: 11849430.

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

Color convert

RGB 214 206 180 -
CMYK 0 0.04 0.16 0.16
HSL 45.88º 0.29% 0.77% -
HSV(B) 45.88º 0.16% 0.84% -
XYZ 58.04 61.73 52.04 -
YUV 205.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 214 206 180 0 0.04 0.16 0.16 45.88 0.29 0.77
Hex D6 CE B4 0 4 10 10 2E 1D 4D
Octal 326 316 264 0 4 20 20 56 35 115
Binary 11010110 11001110 10110100 0 100 10000 10000 101110 11101 1001101

Color Harmonies of #D6CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEB4

Black with #D6CEB4

Text Example


Text Example

White with #D6CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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