Html Css Color HEX #DAD2CE Swiss Coffee

📋 copy color: '#DAD2CE'

red 218 ◦ green 210 ◦ blue 206

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

Shades of Swiss Coffee #DAD2CE

Tints of Swiss Coffee #DAD2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 34.38%
G = 33.12%
B = 32.49%

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

#DAD2CE (or 0xDAD2CE) is known color: Swiss Coffee. HEX triplet: DA, D2 and CE. RGB value is (218,210,206). Sum of RGB (Red+Green+Blue) = 218+210+206=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CE is #252D31. Grayscale: #D3D3D3. Windows color (decimal): -2436402 or 13554394. OLE color: 13554394.

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

Color convert

RGB 218 210 206 -
CMYK 0 0.04 0.06 0.15
HSL 20º 0.14% 0.83% -
HSV(B) 20º 0.06% 0.85% -
XYZ 63.1 65.45 67.7 -
YUV 211.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 218 210 206 0 0.04 0.06 0.15 20 0.14 0.83
Hex DA D2 CE 0 4 6 F 14 E 53
Octal 332 322 316 0 4 6 17 24 16 123
Binary 11011010 11010010 11001110 0 100 110 1111 10100 1110 1010011

Color Harmonies of #DAD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2CE

Black with #DAD2CE

Text Example


Text Example

White with #DAD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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