#D7D0CA

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

Shades of Swirl #D7D0CA

Tints of Swirl #D7D0CA

Color information

#D7D0CA (or 0xD7D0CA) is unknown color: approx Swirl. HEX triplet: D7, D0 and CA. RGB value is (215,208,202). Sum of RGB (Red+Green+Blue) = 215+208+202=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CA is #282F35. Grayscale: #D1D1D1. Windows color (decimal): -2633526 or 13291735. OLE color: 13291735.

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

Color convert

RGB215208202-
CMYK00.030.060.16
HSL27.69º13.98%81.76%-
HSV(B)27.69º6.05%84.31%-
XYZ61.2463.8264.97-
YUV209.41123.82131.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=34.4%
G=33.28%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520820200.030.060.1627.6913.9881.76
HexD7D0CA036101ce52
Octal327320312036203416122
Binary110101111101000011001010011110100001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D0CA; }

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

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

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

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

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

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

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

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