Html Css Color HEX #DAD1CC Swiss Coffee

📋 copy color: '#DAD1CC'

red 218 ◦ green 209 ◦ blue 204

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

Shades of Swiss Coffee #DAD1CC

Tints of Swiss Coffee #DAD1CC

RGB

 RED value IS 218 (85.55% from 255) = 34.55%

 GREEN value IS 209 (82.03% from 255) = 33.12%

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 34.55%
G = 33.12%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAD1CC (or 0xDAD1CC) is known color: Swiss Coffee. HEX triplet: DA, D1 and CC. RGB value is (218,209,204). Sum of RGB (Red+Green+Blue) = 218+209+204=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1CC is #252E33. Grayscale: #D3D3D3. Windows color (decimal): -2436660 or 13423066. OLE color: 13423066.

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

Color convert

RGB 218 209 204 -
CMYK 0 0.04 0.06 0.15
HSL 21.43º 0.16% 0.83% -
HSV(B) 21.43º 0.06% 0.85% -
XYZ 62.61 64.87 66.35 -
YUV 211.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 218 209 204 0 0.04 0.06 0.15 21.43 0.16 0.83
Hex DA D1 CC 0 4 6 F 15 10 53
Octal 332 321 314 0 4 6 17 25 20 123
Binary 11011010 11010001 11001100 0 100 110 1111 10101 10000 1010011

Color Harmonies of #DAD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1CC

Black with #DAD1CC

Text Example


Text Example

White with #DAD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD1CC; }

 p { color: rgb(218,209,204); }

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

background-color css

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

 a { background-color: rgb(218,209,204); }

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

border-color css

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

 span { border-color: rgb(218,209,204); }

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