Html Css Color HEX #DCCFC8 Swiss Coffee

📋 copy color: '#DCCFC8'

red 220 ◦ green 207 ◦ blue 200

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

Shades of Swiss Coffee #DCCFC8

Tints of Swiss Coffee #DCCFC8

RGB

 RED value IS 220 (86.33% from 255) = 35.09%

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

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 35.09%
G = 33.01%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCCFC8 (or 0xDCCFC8) is known color: Swiss Coffee. HEX triplet: DC, CF and C8. RGB value is (220,207,200). Sum of RGB (Red+Green+Blue) = 220+207+200=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFC8 is #233037. Grayscale: #D2D2D2. Windows color (decimal): -2306104 or 13160412. OLE color: 13160412.

HSL color Cylindrical-coordinate representation of color #DCCFC8: hue angle of 21º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCFC8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 200 -
CMYK 0 0.06 0.09 0.14
HSL 21º 0.22% 0.82% -
HSV(B) 21º 0.09% 0.86% -
XYZ 62.25 64.01 63.72 -
YUV 210.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 220 207 200 0 0.06 0.09 0.14 21 0.22 0.82
Hex DC CF C8 0 6 9 E 15 16 52
Octal 334 317 310 0 6 11 16 25 26 122
Binary 11011100 11001111 11001000 0 110 1001 1110 10101 10110 1010010

Color Harmonies of #DCCFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCFC8

Black with #DCCFC8

Text Example


Text Example

White with #DCCFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCFC8; }

 p { color: rgb(220,207,200); }

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

background-color css

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

 a { background-color: rgb(220,207,200); }

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

border-color css

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

 span { border-color: rgb(220,207,200); }

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