Html Css Color HEX #D6CDB6 Aths Special

📋 copy color: '#D6CDB6'

red 214 ◦ green 205 ◦ blue 182

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

Shades of Aths Special #D6CDB6

Tints of Aths Special #D6CDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.28%

R = 35.61%
G = 34.11%
B = 30.28%

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

#D6CDB6 (or 0xD6CDB6) is known color: Aths Special. HEX triplet: D6, CD and B6. RGB value is (214,205,182). Sum of RGB (Red+Green+Blue) = 214+205+182=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDB6 is #293249. Grayscale: #CDCDCD. Windows color (decimal): -2699850 or 11980246. OLE color: 11980246.

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

Color convert

RGB 214 205 182 -
CMYK 0 0.04 0.15 0.16
HSL 43.13º 0.28% 0.78% -
HSV(B) 43.13º 0.15% 0.84% -
XYZ 58.01 61.34 53.04 -
YUV 205.07 114.98 134.37 -
System Red Green Blue C M Y K H S L
Decimal 214 205 182 0 0.04 0.15 0.16 43.13 0.28 0.78
Hex D6 CD B6 0 4 F 10 2B 1C 4E
Octal 326 315 266 0 4 17 20 53 34 116
Binary 11010110 11001101 10110110 0 100 1111 10000 101011 11100 1001110

Color Harmonies of #D6CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDB6

Black with #D6CDB6

Text Example


Text Example

White with #D6CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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