Html Css Color HEX #DDCFC6 Swiss Coffee

📋 copy color: '#DDCFC6'

red 221 ◦ green 207 ◦ blue 198

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

Shades of Swiss Coffee #DDCFC6

Tints of Swiss Coffee #DDCFC6

RGB

 RED value IS 221 (86.72% from 255) = 35.3%

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 198 (77.73% from 255) = 31.63%

R = 35.3%
G = 33.07%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDCFC6 (or 0xDDCFC6) is known color: Swiss Coffee. HEX triplet: DD, CF and C6. RGB value is (221,207,198). Sum of RGB (Red+Green+Blue) = 221+207+198=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFC6 is #223039. Grayscale: #D2D2D2. Windows color (decimal): -2240570 or 13029341. OLE color: 13029341.

HSL color Cylindrical-coordinate representation of color #DDCFC6: hue angle of 23.48º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 198 -
CMYK 0 0.06 0.10 0.13
HSL 23.48º 0.25% 0.82% -
HSV(B) 23.48º 0.1% 0.87% -
XYZ 62.32 64.08 62.51 -
YUV 210.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 221 207 198 0 0.06 0.10 0.13 23.48 0.25 0.82
Hex DD CF C6 0 6 A D 17 19 52
Octal 335 317 306 0 6 12 15 27 31 122
Binary 11011101 11001111 11000110 0 110 1010 1101 10111 11001 1010010

Color Harmonies of #DDCFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFC6

Black with #DDCFC6

Text Example


Text Example

White with #DDCFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFC6; }

 p { color: rgb(221,207,198); }

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

background-color css

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

 a { background-color: rgb(221,207,198); }

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

border-color css

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

 span { border-color: rgb(221,207,198); }

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