Html Css Color HEX #D5CFCC Swiss Coffee

📋 copy color: '#D5CFCC'

red 213 ◦ green 207 ◦ blue 204

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

Shades of Swiss Coffee #D5CFCC

Tints of Swiss Coffee #D5CFCC

RGB

 RED value IS 213 (83.59% from 255) = 34.13%

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

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 34.13%
G = 33.17%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5CFCC (or 0xD5CFCC) is known color: Swiss Coffee. HEX triplet: D5, CF and CC. RGB value is (213,207,204). Sum of RGB (Red+Green+Blue) = 213+207+204=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFCC is #2A3033. Grayscale: #D0D0D0. Windows color (decimal): -2764852 or 13422549. OLE color: 13422549.

HSL color Cylindrical-coordinate representation of color #D5CFCC: hue angle of 20º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CFCC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 204 -
CMYK 0 0.03 0.04 0.16
HSL 20º 0.1% 0.82% -
HSV(B) 20º 0.04% 0.84% -
XYZ 60.65 63.13 66.12 -
YUV 208.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 213 207 204 0 0.03 0.04 0.16 20 0.1 0.82
Hex D5 CF CC 0 3 4 10 14 A 52
Octal 325 317 314 0 3 4 20 24 12 122
Binary 11010101 11001111 11001100 0 11 100 10000 10100 1010 1010010

Color Harmonies of #D5CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFCC

Black with #D5CFCC

Text Example


Text Example

White with #D5CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFCC; }

 p { color: rgb(213,207,204); }

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

background-color css

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

 a { background-color: rgb(213,207,204); }

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

border-color css

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

 span { border-color: rgb(213,207,204); }

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