#D8CCBE

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

Shades of Swirl #D8CCBE

Tints of Swirl #D8CCBE

Color information

#D8CCBE (or 0xD8CCBE) is unknown color: approx Swirl. HEX triplet: D8, CC and BE. RGB value is (216,204,190). Sum of RGB (Red+Green+Blue) = 216+204+190=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCBE is #273341. Grayscale: #CECECE. Windows color (decimal): -2569026 or 12504280. OLE color: 12504280.

HSL color Cylindrical-coordinate representation of color #D8CCBE: hue angle of 32.31º 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 #D8CCBE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216204190-
CMYK00.060.120.15
HSL32.31º25%79.61%-
HSV(B)32.31º12.04%84.71%-
XYZ59.2161.557.47-
YUV205.99118.98135.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=35.41%
G=33.44%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620419000.060.120.1532.312579.61
HexD8CCBE06CF201950
Octal3303142760614174031120
Binary110110001100110010111110011011001111100000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCBE; }

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

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

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

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

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

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

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

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