#D7CABE

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

Shades of Swirl #D7CABE

Tints of Swirl #D7CABE

Color information

#D7CABE (or 0xD7CABE) is unknown color: approx Swirl. HEX triplet: D7, CA and BE. RGB value is (215,202,190). Sum of RGB (Red+Green+Blue) = 215+202+190=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CABE is #283541. Grayscale: #CCCCCC. Windows color (decimal): -2635074 or 12503767. OLE color: 12503767.

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

Color convert

RGB215202190-
CMYK00.060.120.16
HSL28.8º23.81%79.41%-
HSV(B)28.8º11.63%84.31%-
XYZ58.4460.4157.29-
YUV204.52119.81135.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=35.42%
G=33.28%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520219000.060.120.1628.823.8179.41
HexD7CABE06C101d184f
Octal3273122760614203530117
Binary110101111100101010111110011011001000011101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CABE; }

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

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

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

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

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

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

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

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