#D6CEC7

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

Shades of Swirl #D6CEC7

Tints of Swirl #D6CEC7

Color information

#D6CEC7 (or 0xD6CEC7) is unknown color: approx Swirl. HEX triplet: D6, CE and C7. RGB value is (214,206,199). Sum of RGB (Red+Green+Blue) = 214+206+199=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEC7 is #293138. Grayscale: #CFCFCF. Windows color (decimal): -2699577 or 13094614. OLE color: 13094614.

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

Color convert

RGB214206199-
CMYK00.040.070.16
HSL28º15.46%80.98%-
HSV(B)28º7.01%83.92%-
XYZ60.1162.5662.94-
YUV207.59123.15132.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=34.57%
G=33.28%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420619900.040.070.162815.4680.98
HexD6CEC7047101cf51
Octal326316307047203417121
Binary1101011011001110110001110100111100001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEC7; }

 p { color: rgb(214,206,199); }

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

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

 a { background-color: rgb(214,206,199); }

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

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

 span { border-color: rgb(214,206,199); }

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