Html Css Color HEX #DDCFC7 Swiss Coffee

📋 copy color: '#DDCFC7'

red 221 ◦ green 207 ◦ blue 199

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

Shades of Swiss Coffee #DDCFC7

Tints of Swiss Coffee #DDCFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.74%

R = 35.25%
G = 33.01%
B = 31.74%

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

#DDCFC7 (or 0xDDCFC7) is known color: Swiss Coffee. HEX triplet: DD, CF and C7. RGB value is (221,207,199). Sum of RGB (Red+Green+Blue) = 221+207+199=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFC7 is #223038. Grayscale: #D2D2D2. Windows color (decimal): -2240569 or 13094877. OLE color: 13094877.

HSL color Cylindrical-coordinate representation of color #DDCFC7: hue angle of 21.82º degrees, saturation: 0.24, 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 #DDCFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 199 -
CMYK 0 0.06 0.10 0.13
HSL 21.82º 0.24% 0.82% -
HSV(B) 21.82º 0.1% 0.87% -
XYZ 62.44 64.12 63.12 -
YUV 210.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 221 207 199 0 0.06 0.10 0.13 21.82 0.24 0.82
Hex DD CF C7 0 6 A D 16 18 52
Octal 335 317 307 0 6 12 15 26 30 122
Binary 11011101 11001111 11000111 0 110 1010 1101 10110 11000 1010010

Color Harmonies of #DDCFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCFC7

Black with #DDCFC7

Text Example


Text Example

White with #DDCFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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