#D4D1CE

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

Shades of Swirl #D4D1CE

Tints of Swirl #D4D1CE

Color information

#D4D1CE (or 0xD4D1CE) is unknown color: approx Swirl. HEX triplet: D4, D1 and CE. RGB value is (212,209,206). Sum of RGB (Red+Green+Blue) = 212+209+206=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1CE is #2B2E31. Grayscale: #D1D1D1. Windows color (decimal): -2829874 or 13554132. OLE color: 13554132.

HSL color Cylindrical-coordinate representation of color #D4D1CE: hue angle of 30º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D1CE is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212209206-
CMYK00.010.030.17
HSL30º6.52%81.96%-
HSV(B)30º2.83%83.14%-
XYZ61.0964.0567.54-
YUV209.56125.99129.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=33.81%
G=33.33%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220920600.010.030.17306.5281.96
HexD4D1CE013111e752
Octal32432131601321367122
Binary110101001101000111001110011110001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1CE; }

 p { color: rgb(212,209,206); }

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

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

 a { background-color: rgb(212,209,206); }

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

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

 span { border-color: rgb(212,209,206); }

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