Html Css Color HEX #D5CFCB Swiss Coffee

📋 copy color: '#D5CFCB'

red 213 ◦ green 207 ◦ blue 203

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

Shades of Swiss Coffee #D5CFCB

Tints of Swiss Coffee #D5CFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 34.19%
G = 33.23%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5CFCB (or 0xD5CFCB) is known color: Swiss Coffee. HEX triplet: D5, CF and CB. RGB value is (213,207,203). Sum of RGB (Red+Green+Blue) = 213+207+203=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFCB is #2A3034. Grayscale: #D0D0D0. Windows color (decimal): -2764853 or 13357013. OLE color: 13357013.

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

Color convert

RGB 213 207 203 -
CMYK 0 0.03 0.05 0.16
HSL 24º 0.11% 0.82% -
HSV(B) 24º 0.05% 0.84% -
XYZ 60.53 63.08 65.49 -
YUV 208.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 213 207 203 0 0.03 0.05 0.16 24 0.11 0.82
Hex D5 CF CB 0 3 5 10 18 B 52
Octal 325 317 313 0 3 5 20 30 13 122
Binary 11010101 11001111 11001011 0 11 101 10000 11000 1011 1010010

Color Harmonies of #D5CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFCB

Black with #D5CFCB

Text Example


Text Example

White with #D5CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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