#D9CEC2

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

Shades of Swirl #D9CEC2

Tints of Swirl #D9CEC2

Color information

#D9CEC2 (or 0xD9CEC2) is unknown color: approx Swirl. HEX triplet: D9, CE and C2. RGB value is (217,206,194). Sum of RGB (Red+Green+Blue) = 217+206+194=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEC2 is #26313D. Grayscale: #CFCFCF. Windows color (decimal): -2502974 or 12766937. OLE color: 12766937.

HSL color Cylindrical-coordinate representation of color #D9CEC2: hue angle of 31.3º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9CEC2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB217206194-
CMYK00.050.110.15
HSL31.3º23.23%80.59%-
HSV(B)31.3º10.6%85.1%-
XYZ60.4262.7959.97-
YUV207.92120.14134.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=35.17%
G=33.39%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720619400.050.110.1531.323.2380.59
HexD9CEC205BF1f1751
Octal3313163020513173727121
Binary11011001110011101100001001011011111111111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEC2; }

 p { color: rgb(217,206,194); }

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

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

 a { background-color: rgb(217,206,194); }

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

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

 span { border-color: rgb(217,206,194); }

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