Html Css Color HEX #D4CBC6 Swiss Coffee

📋 copy color: '#D4CBC6'

red 212 ◦ green 203 ◦ blue 198

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

Shades of Swiss Coffee #D4CBC6

Tints of Swiss Coffee #D4CBC6

RGB

 RED value IS 212 (83.2% from 255) = 34.58%

 GREEN value IS 203 (79.69% from 255) = 33.12%

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

R = 34.58%
G = 33.12%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D4CBC6 (or 0xD4CBC6) is known color: Swiss Coffee. HEX triplet: D4, CB and C6. RGB value is (212,203,198). Sum of RGB (Red+Green+Blue) = 212+203+198=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBC6 is #2B3439. Grayscale: #CDCDCD. Windows color (decimal): -2831418 or 13028308. OLE color: 13028308.

HSL color Cylindrical-coordinate representation of color #D4CBC6: hue angle of 21.43º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4CBC6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 198 -
CMYK 0 0.04 0.07 0.17
HSL 21.43º 0.14% 0.8% -
HSV(B) 21.43º 0.07% 0.83% -
XYZ 58.7 60.79 62.07 -
YUV 205.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 212 203 198 0 0.04 0.07 0.17 21.43 0.14 0.8
Hex D4 CB C6 0 4 7 11 15 E 50
Octal 324 313 306 0 4 7 21 25 16 120
Binary 11010100 11001011 11000110 0 100 111 10001 10101 1110 1010000

Color Harmonies of #D4CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBC6

Black with #D4CBC6

Text Example


Text Example

White with #D4CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBC6; }

 p { color: rgb(212,203,198); }

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

background-color css

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

 a { background-color: rgb(212,203,198); }

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

border-color css

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

 span { border-color: rgb(212,203,198); }

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