Html Css Color HEX #DAD2CC Swiss Coffee

📋 copy color: '#DAD2CC'

red 218 ◦ green 210 ◦ blue 204

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

Shades of Swiss Coffee #DAD2CC

Tints of Swiss Coffee #DAD2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.23%

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

R = 34.49%
G = 33.23%
B = 32.28%

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

#DAD2CC (or 0xDAD2CC) is known color: Swiss Coffee. HEX triplet: DA, D2 and CC. RGB value is (218,210,204). Sum of RGB (Red+Green+Blue) = 218+210+204=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CC is #252D33. Grayscale: #D3D3D3. Windows color (decimal): -2436404 or 13423322. OLE color: 13423322.

HSL color Cylindrical-coordinate representation of color #DAD2CC: hue angle of 25.71º 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 #DAD2CC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 204 -
CMYK 0 0.04 0.06 0.15
HSL 25.71º 0.16% 0.83% -
HSV(B) 25.71º 0.06% 0.85% -
XYZ 62.86 65.36 66.43 -
YUV 211.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 218 210 204 0 0.04 0.06 0.15 25.71 0.16 0.83
Hex DA D2 CC 0 4 6 F 1A 10 53
Octal 332 322 314 0 4 6 17 32 20 123
Binary 11011010 11010010 11001100 0 100 110 1111 11010 10000 1010011

Color Harmonies of #DAD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2CC

Black with #DAD2CC

Text Example


Text Example

White with #DAD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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