#D8C8BE

Color #D8C8BE Swirl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swirl #D8C8BE

Tints of Swirl #D8C8BE

Color information

#D8C8BE (or 0xD8C8BE) is unknown color: approx Swirl. HEX triplet: D8, C8 and BE. RGB value is (216,200,190). Sum of RGB (Red+Green+Blue) = 216+200+190=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C8BE is #273741. Grayscale: #CBCBCB. Windows color (decimal): -2570050 or 12503256. OLE color: 12503256.

HSL color Cylindrical-coordinate representation of color #D8C8BE: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8C8BE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216200190-
CMYK00.070.120.15
HSL23.08º25%79.61%-
HSV(B)23.08º12.04%84.71%-
XYZ58.2759.6357.15-
YUV203.64120.3136.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=35.64%
G=33.00%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620019000.070.120.1523.082579.61
HexD8C8BE07CF171950
Octal3303102760714172731120
Binary11011000110010001011111001111100111110111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C8BE; }

 p { color: rgb(216,200,190); }

 H1.HeaderClassName
 {
   color: #D8C8BE;
 }
 .AnyTagClassName
 {
   color: #D8C8BE;
 }
</style>
background-color css

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

 a { background-color: rgb(216,200,190); }

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

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

 span { border-color: rgb(216,200,190); }

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