#D6CBC3

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

Shades of Swirl #D6CBC3

Tints of Swirl #D6CBC3

Color information

#D6CBC3 (or 0xD6CBC3) is unknown color: approx Swirl. HEX triplet: D6, CB and C3. RGB value is (214,203,195). Sum of RGB (Red+Green+Blue) = 214+203+195=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBC3 is #29343C. Grayscale: #CDCDCD. Windows color (decimal): -2700349 or 12831702. OLE color: 12831702.

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

Color convert

RGB214203195-
CMYK00.050.090.16
HSL25.26º18.81%80.2%-
HSV(B)25.26º8.88%83.92%-
XYZ58.9460.9560.29-
YUV205.38122.14134.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=34.97%
G=33.17%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420319500.050.090.1625.2618.8180.2
HexD6CBC305910191350
Octal3263133030511203123120
Binary110101101100101111000011010110011000011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBC3; }

 p { color: rgb(214,203,195); }

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

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

 a { background-color: rgb(214,203,195); }

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

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

 span { border-color: rgb(214,203,195); }

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