#D2CEC9

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

Shades of Swirl #D2CEC9

Tints of Swirl #D2CEC9

Color information

#D2CEC9 (or 0xD2CEC9) is unknown color: approx Swirl. HEX triplet: D2, CE and C9. RGB value is (210,206,201). Sum of RGB (Red+Green+Blue) = 210+206+201=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEC9 is #2D3136. Grayscale: #CECECE. Windows color (decimal): -2961719 or 13225682. OLE color: 13225682.

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

Color convert

RGB210206201-
CMYK00.020.040.18
HSL33.33º9.09%80.59%-
HSV(B)33.33º4.29%82.35%-
XYZ59.1962.0664.12-
YUV206.63124.83130.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=34.04%
G=33.39%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020620100.020.040.1833.339.0980.59
HexD2CEC90241221951
Octal322316311024224111121
Binary1101001011001110110010010101001001010000110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEC9; }

 p { color: rgb(210,206,201); }

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

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

 a { background-color: rgb(210,206,201); }

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

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

 span { border-color: rgb(210,206,201); }

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