#D5CABE

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

Shades of Swirl #D5CABE

Tints of Swirl #D5CABE

Color information

#D5CABE (or 0xD5CABE) is unknown color: approx Swirl. HEX triplet: D5, CA and BE. RGB value is (213,202,190). Sum of RGB (Red+Green+Blue) = 213+202+190=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABE is #2A3541. Grayscale: #CBCBCB. Windows color (decimal): -2766146 or 12503765. OLE color: 12503765.

HSL color Cylindrical-coordinate representation of color #D5CABE: hue angle of 31.3º 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 #D5CABE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213202190-
CMYK00.050.110.16
HSL31.3º21.5%79.02%-
HSV(B)31.3º10.8%83.53%-
XYZ57.8660.157.27-
YUV203.92120.14134.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=35.21%
G=33.39%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320219000.050.110.1631.321.579.02
HexD5CABE05B101f154f
Octal3253122760513203725117
Binary110101011100101010111110010110111000011111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CABE; }

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

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

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

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

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

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

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

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