#D5D0CB

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

Shades of Swirl #D5D0CB

Tints of Swirl #D5D0CB

Color information

#D5D0CB (or 0xD5D0CB) is unknown color: approx Swirl. HEX triplet: D5, D0 and CB. RGB value is (213,208,203). Sum of RGB (Red+Green+Blue) = 213+208+203=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CB is #2A2F34. Grayscale: #D0D0D0. Windows color (decimal): -2764597 or 13357269. OLE color: 13357269.

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

Color convert

RGB213208203-
CMYK00.020.050.16
HSL30º10.64%81.57%-
HSV(B)30º4.69%83.53%-
XYZ60.7863.5765.57-
YUV208.92124.66130.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=34.13%
G=33.33%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320820300.020.050.163010.6481.57
HexD5D0CB025101eb52
Octal325320313025203613122
Binary110101011101000011001011010101100001111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CB; }

 p { color: rgb(213,208,203); }

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

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

 a { background-color: rgb(213,208,203); }

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

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

 span { border-color: rgb(213,208,203); }

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