#D6CBBE

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

Shades of Swirl #D6CBBE

Tints of Swirl #D6CBBE

Color information

#D6CBBE (or 0xD6CBBE) is unknown color: approx Swirl. HEX triplet: D6, CB and BE. RGB value is (214,203,190). Sum of RGB (Red+Green+Blue) = 214+203+190=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBBE is #293441. Grayscale: #CCCCCC. Windows color (decimal): -2700354 or 12504022. OLE color: 12504022.

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

Color convert

RGB214203190-
CMYK00.050.110.16
HSL32.5º22.64%79.22%-
HSV(B)32.5º11.21%83.92%-
XYZ58.3860.7357.36-
YUV204.81119.64134.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=35.26%
G=33.44%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420319000.050.110.1632.522.6479.22
HexD6CBBE05B1021174f
Octal3263132760513204127117
Binary1101011011001011101111100101101110000100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBBE; }

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

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

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

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

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

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

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

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