#D5C8BE

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

Shades of Swirl #D5C8BE

Tints of Swirl #D5C8BE

Color information

#D5C8BE (or 0xD5C8BE) is unknown color: approx Swirl. HEX triplet: D5, C8 and BE. RGB value is (213,200,190). Sum of RGB (Red+Green+Blue) = 213+200+190=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8BE is #2A3741. Grayscale: #CACACA. Windows color (decimal): -2766658 or 12503253. OLE color: 12503253.

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

Color convert

RGB213200190-
CMYK00.060.110.16
HSL26.09º21.5%79.02%-
HSV(B)26.09º10.8%83.53%-
XYZ57.3959.1757.11-
YUV202.75120.81135.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.32%
GREEN value IS 200 (78.52% from 255) = 33.17%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=35.32%
G=33.17%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320019000.060.110.1626.0921.579.02
HexD5C8BE06B101a154f
Octal3253102760613203225117
Binary110101011100100010111110011010111000011010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8BE; }

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

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

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

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

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

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

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

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