#D5CDC4

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

Shades of Swirl #D5CDC4

Tints of Swirl #D5CDC4

Color information

#D5CDC4 (or 0xD5CDC4) is unknown color: approx Swirl. HEX triplet: D5, CD and C4. RGB value is (213,205,196). Sum of RGB (Red+Green+Blue) = 213+205+196=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDC4 is #2A323B. Grayscale: #CECECE. Windows color (decimal): -2765372 or 12897749. OLE color: 12897749.

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

Color convert

RGB213205196-
CMYK00.040.080.16
HSL31.76º16.83%80.2%-
HSV(B)31.76º7.98%83.53%-
XYZ59.2461.7961.03-
YUV206.37122.15132.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=34.69%
G=33.39%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320519600.040.080.1631.7616.8380.2
HexD5CDC404810201150
Octal3253153040410204021120
Binary1101010111001101110001000100100010000100000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CDC4; }

 p { color: rgb(213,205,196); }

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

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

 a { background-color: rgb(213,205,196); }

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

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

 span { border-color: rgb(213,205,196); }

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