Html Css Color HEX #DAD1CB Swiss Coffee

📋 copy color: '#DAD1CB'

red 218 ◦ green 209 ◦ blue 203

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

Shades of Swiss Coffee #DAD1CB

Tints of Swiss Coffee #DAD1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 34.6%
G = 33.17%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAD1CB (or 0xDAD1CB) is known color: Swiss Coffee. HEX triplet: DA, D1 and CB. RGB value is (218,209,203). Sum of RGB (Red+Green+Blue) = 218+209+203=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1CB is #252E34. Grayscale: #D3D3D3. Windows color (decimal): -2436661 or 13357530. OLE color: 13357530.

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

Color convert

RGB 218 209 203 -
CMYK 0 0.04 0.07 0.15
HSL 24º 0.17% 0.83% -
HSV(B) 24º 0.07% 0.85% -
XYZ 62.49 64.82 65.72 -
YUV 211.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 218 209 203 0 0.04 0.07 0.15 24 0.17 0.83
Hex DA D1 CB 0 4 7 F 18 11 53
Octal 332 321 313 0 4 7 17 30 21 123
Binary 11011010 11010001 11001011 0 100 111 1111 11000 10001 1010011

Color Harmonies of #DAD1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD1CB

Black with #DAD1CB

Text Example


Text Example

White with #DAD1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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