Html Css Color HEX #D6CBC9 Alto

📋 copy color: '#D6CBC9'

red 214 ◦ green 203 ◦ blue 201

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

Shades of Alto #D6CBC9

Tints of Alto #D6CBC9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.85%

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 34.63%
G = 32.85%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6CBC9 (or 0xD6CBC9) is known color: Alto. HEX triplet: D6, CB and C9. RGB value is (214,203,201). Sum of RGB (Red+Green+Blue) = 214+203+201=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC9 is #293436. Grayscale: #CECECE. Windows color (decimal): -2700343 or 13224918. OLE color: 13224918.

HSL color Cylindrical-coordinate representation of color #D6CBC9: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CBC9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 201 -
CMYK 0 0.05 0.06 0.16
HSL 9.23º 0.14% 0.81% -
HSV(B) 9.23º 0.06% 0.84% -
XYZ 59.63 61.23 63.93 -
YUV 206.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 214 203 201 0 0.05 0.06 0.16 9.23 0.14 0.81
Hex D6 CB C9 0 5 6 10 9 E 51
Octal 326 313 311 0 5 6 20 11 16 121
Binary 11010110 11001011 11001001 0 101 110 10000 1001 1110 1010001

Color Harmonies of #D6CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBC9

Black with #D6CBC9

Text Example


Text Example

White with #D6CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBC9; }

 p { color: rgb(214,203,201); }

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

background-color css

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

 a { background-color: rgb(214,203,201); }

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

border-color css

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

 span { border-color: rgb(214,203,201); }

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