#D5D0CA

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

Shades of Swirl #D5D0CA

Tints of Swirl #D5D0CA

Color information

#D5D0CA (or 0xD5D0CA) is unknown color: approx Swirl. HEX triplet: D5, D0 and CA. RGB value is (213,208,202). Sum of RGB (Red+Green+Blue) = 213+208+202=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0CA is #2A2F35. Grayscale: #D0D0D0. Windows color (decimal): -2764598 or 13291733. OLE color: 13291733.

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

Color convert

RGB213208202-
CMYK00.020.050.16
HSL32.73º11.58%81.37%-
HSV(B)32.73º5.16%83.53%-
XYZ60.6663.5264.94-
YUV208.81124.16130.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 208 (81.64% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 32.42%
R=34.19%
G=33.39%
B=32.42%

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
Decimal21320820200.020.050.1632.7311.5881.37
HexD5D0CA0251021c51
Octal325320312025204114121
Binary1101010111010000110010100101011000010000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D0CA; }

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

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

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

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

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

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

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

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