#D5D0CC

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

Shades of Swirl #D5D0CC

Tints of Swirl #D5D0CC

Color information

#D5D0CC (or 0xD5D0CC) is unknown color: approx Swirl. HEX triplet: D5, D0 and CC. RGB value is (213,208,204). Sum of RGB (Red+Green+Blue) = 213+208+204=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CC is #2A2F33. Grayscale: #D1D1D1. Windows color (decimal): -2764596 or 13422805. OLE color: 13422805.

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

Color convert

RGB213208204-
CMYK00.020.040.16
HSL26.67º9.68%81.76%-
HSV(B)26.67º4.23%83.53%-
XYZ60.963.6266.2-
YUV209.04125.16130.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=34.08%
G=33.28%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320820400.020.040.1626.679.6881.76
HexD5D0CC024101ba52
Octal325320314024203312122
Binary110101011101000011001100010100100001101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CC; }

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

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

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

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

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

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

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

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